mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
rename to cWords-SMS, and move name <string/> into strings.xml so it
can be substituted too.
This commit is contained in:
parent
4ffb4efb0c
commit
2eb8904a0a
4 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@
|
|||
<arg value="--variant-name"/>
|
||||
<arg value="xw4sms"/>
|
||||
<arg value="--app-name"/>
|
||||
<arg value="CrossW-SMS"/>
|
||||
<arg value="CWords-SMS"/>
|
||||
<arg value="--dest-dir"/>
|
||||
<arg value="./res"/>
|
||||
<arg value="--dest-dir"/>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="app_name">CrossW-SMS</string>
|
||||
<string name="app_version">4.4 beta 51</string>
|
||||
</resources>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<resources>
|
||||
<string name="app_name">Crosswords</string>
|
||||
<string name="app_version">4.4 beta 51</string>
|
||||
</resources>
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
<!-- -*- compile-command: "cd ../../; ant install"; -*- -->
|
||||
|
||||
<resources>
|
||||
<!-- The name of the app. Not localized! -->
|
||||
<string name="app_name">Crosswords</string>
|
||||
|
||||
<!--
|
||||
############################################################
|
||||
|
|
Loading…
Add table
Reference in a new issue