mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
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:
parent
b0c8e5af12
commit
e4fba2e652
6 changed files with 280 additions and 90 deletions
|
@ -29,6 +29,9 @@ namespace GreenshotLanguageEditor {
|
|||
public string FilePath {
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string FileName {
|
||||
get {return Path.GetFileName(FilePath);}
|
||||
}
|
||||
public string IETF {
|
||||
get;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue