uninstaller: Czech language resources encoding fix.
This commit is contained in:
parent
787aa0edd6
commit
2ed2bf5d17
|
@ -1,4 +1,5 @@
|
||||||
/*
|
/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
|
||||||
|
*
|
||||||
* Uninstaller (Czech Resources)
|
* Uninstaller (Czech Resources)
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
@ -19,7 +20,9 @@
|
||||||
|
|
||||||
LANGUAGE LANG_CZECH, SUBLANG_NEUTRAL
|
LANGUAGE LANG_CZECH, SUBLANG_NEUTRAL
|
||||||
|
|
||||||
|
/* Czech strings in CP1250 */
|
||||||
|
|
||||||
|
|
||||||
STRINGTABLE DISCARDABLE {
|
STRINGTABLE DISCARDABLE {
|
||||||
IDS_APPNAME, "Deinstaltor"
|
IDS_APPNAME, "Deinstalátor"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue