mirror of
https://github.com/greenshot/greenshot
synced 2025-07-15 09:33:46 -07:00
Added description to FolderBrowserDialog
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1864 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
6c3369cc99
commit
df84ae5aef
1 changed files with 3 additions and 0 deletions
|
@ -76,6 +76,9 @@ namespace GreenshotLanguageEditor {
|
||||||
public EntriesEditorWindow() {
|
public EntriesEditorWindow() {
|
||||||
|
|
||||||
var dialog = new System.Windows.Forms.FolderBrowserDialog();
|
var dialog = new System.Windows.Forms.FolderBrowserDialog();
|
||||||
|
dialog.Description = "Select the directory containing the translation files for Greenshot. " +
|
||||||
|
"Please get the latest files first: " +
|
||||||
|
"https://greenshot.svn.sourceforge.net/svnroot/greenshot/trunk/Greenshot/Languages/";
|
||||||
dialog.ShowNewFolderButton = false;
|
dialog.ShowNewFolderButton = false;
|
||||||
System.Windows.Forms.DialogResult result = dialog.ShowDialog();
|
System.Windows.Forms.DialogResult result = dialog.ShowDialog();
|
||||||
string languagePath;
|
string languagePath;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue