Winify – Diff between revs 48 and 49

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 48 Rev 49
Line 242... Line 242...
242 // if update(s) are found, then we have to trigger the UI to show it gracefully 242 // if update(s) are found, then we have to trigger the UI to show it gracefully
243 _sparkle.ShowUpdateNeededUI(); 243 _sparkle.ShowUpdateNeededUI();
244 return; 244 return;
245 } 245 }
Line 246... Line 246...
246   246  
247 MessageBox.Show("No updates available at this time.", "Horizon", MessageBoxButtons.OK, 247 MessageBox.Show("No updates available at this time.", "Winify", MessageBoxButtons.OK,
248 MessageBoxIcon.Asterisk, 248 MessageBoxIcon.Asterisk,
249 MessageBoxDefaultButton.Button1, MessageBoxOptions.DefaultDesktopOnly, false); 249 MessageBoxDefaultButton.Button1, MessageBoxOptions.DefaultDesktopOnly, false);
Line 250... Line 250...
250 } 250 }