mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
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:
parent
83570e855b
commit
41365fab86
3 changed files with 68 additions and 34 deletions
|
@ -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)) {}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue