added possibility to switch/save/reset both languages and some other changes (work still in progress)

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1836 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
JKlingen 2012-05-06 08:34:51 +00:00
parent b0c8e5af12
commit e4fba2e652
6 changed files with 280 additions and 90 deletions

View file

@ -29,6 +29,9 @@ namespace GreenshotLanguageEditor {
public string FilePath {
get;
set;
}
public string FileName {
get {return Path.GetFileName(FilePath);}
}
public string IETF {
get;