Embedded the default en-US language file, so the greenshot.exe should always run without language files.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1608 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-01-24 21:26:54 +00:00
commit 41365fab86
3 changed files with 68 additions and 34 deletions

View file

@ -73,9 +73,7 @@ namespace IniFile {
}
string forcedIni = Path.Combine(applicationStartupPath, applicationName + INI_EXTENSION);
if (!File.Exists(forcedIni)) {
using (File.Create(forcedIni)) {
}
using (File.Create(forcedIni)) {}
}
}