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:
JKlingen 2012-05-17 13:10:23 +00:00
parent 3e371d5d03
commit cce65f61f8

View file

@ -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;