mirror of
https://github.com/greenshot/greenshot
synced 2025-07-14 17:13:44 -07:00
removed local path (used for testing)
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1860 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
3e371d5d03
commit
cce65f61f8
1 changed files with 3 additions and 3 deletions
|
@ -75,7 +75,7 @@ namespace GreenshotLanguageEditor {
|
||||||
|
|
||||||
public EntriesEditorWindow() {
|
public EntriesEditorWindow() {
|
||||||
|
|
||||||
/*var dialog = new System.Windows.Forms.FolderBrowserDialog();
|
var dialog = new System.Windows.Forms.FolderBrowserDialog();
|
||||||
dialog.ShowNewFolderButton = false;
|
dialog.ShowNewFolderButton = false;
|
||||||
System.Windows.Forms.DialogResult result = dialog.ShowDialog();
|
System.Windows.Forms.DialogResult result = dialog.ShowDialog();
|
||||||
string languagePath;
|
string languagePath;
|
||||||
|
@ -86,9 +86,9 @@ namespace GreenshotLanguageEditor {
|
||||||
} else {
|
} else {
|
||||||
this.Close();
|
this.Close();
|
||||||
return;
|
return;
|
||||||
}*/
|
}
|
||||||
|
|
||||||
languagePath = @"C:\Users\jens\Documents\Sharpdevelop Projects\Greenshot\trunk\Greenshot\Languages\";
|
//languagePath = @"C:\Users\jens\Documents\Sharpdevelop Projects\Greenshot\trunk\Greenshot\Languages\";
|
||||||
|
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
DataContext = this;
|
DataContext = this;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue