mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
move app name into resource that's not copied to fix dbg variant
having empty name (though it didn't before)
This commit is contained in:
parent
d67245282b
commit
7c8c6bb55b
3 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="app_version">4.4-dbg beta 80</string>
|
||||
<string name="app_version">4.4 beta 97</string>
|
||||
<!-- The name of the app. Not localized! -->
|
||||
<string name="app_name">CrossDbg</string>
|
||||
</resources>
|
||||
|
|
|
@ -2,4 +2,6 @@
|
|||
|
||||
<resources>
|
||||
<string name="app_version">4.4 beta 97</string>
|
||||
<!-- The name of the app. Not localized! -->
|
||||
<string name="app_name">Crosswords</string>
|
||||
</resources>
|
||||
|
|
|
@ -2,9 +2,6 @@
|
|||
|
||||
<!-- Resources in this file do not require localization -->
|
||||
<resources>
|
||||
<!-- The name of the app. Not localized! -->
|
||||
<string name="app_name">Crosswords</string>
|
||||
|
||||
<!-- prefs keys -->
|
||||
<string name="key_color_tiles">key_color_tiles</string>
|
||||
<string name="key_show_arrow">key_show_arrow</string>
|
||||
|
|
Loading…
Reference in a new issue