mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
try to load the latest help file in preferred language from getgreenshot.org, using local help files as fallback
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1764 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
afc9c37ce5
commit
fc0d32a82f
6 changed files with 87 additions and 138 deletions
|
@ -874,17 +874,7 @@ namespace Greenshot {
|
|||
}
|
||||
|
||||
void Contextmenu_helpClick(object sender, EventArgs e) {
|
||||
if (helpBrowserForm != null) {
|
||||
WindowDetails.ToForeground(helpBrowserForm.Handle);
|
||||
} else {
|
||||
try {
|
||||
using (helpBrowserForm = new HelpBrowserForm(conf.Language)) {
|
||||
helpBrowserForm.ShowDialog();
|
||||
}
|
||||
} finally {
|
||||
helpBrowserForm = null;
|
||||
}
|
||||
}
|
||||
HelpFileLoader.LoadHelp();
|
||||
}
|
||||
|
||||
void Contextmenu_exitClick(object sender, EventArgs e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue