mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
Include output of svnversion in Palm version's About dialog. For
Catalan and Spanish as well as English. There's also some character conversion in the former two that may be linked to my local LANG setting now being en_US.utf8. May need to revisit if there are problems.
This commit is contained in:
parent
4c1f0f7454
commit
6b80b3c0bc
4 changed files with 7 additions and 5 deletions
|
@ -126,6 +126,8 @@ MYDEFS_COMMON += -DTALL_FONTS
|
|||
# how to help users transition.
|
||||
MYDEFS_COMMON += -DNODE_CAN_4
|
||||
|
||||
MYDEFS_COMMON += -DSVN_REV=\"$(shell svnversion -n .)\"
|
||||
|
||||
ifdef XWFEATURE_STANDALONE_ONLY
|
||||
MYDEFS_COMMON += -DXWFEATURE_STANDALONE_ONLY
|
||||
else
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
{ "STR_ABOUT_TITLE", "About Crosswords" },
|
||||
{ "STR_DEFAULT_NAME", "Player %d" },
|
||||
{ "STR_ABOUT_CONTENT",
|
||||
"Crosswords " XW_PALM_VERSION_STRING ".\n" \
|
||||
"Crosswords " XW_PALM_VERSION_STRING " (rev. " SVN_REV ").\n" \
|
||||
"Copyright 1998-2006 by Eric House. "\
|
||||
"Released under the GNU Public License.\n\n"\
|
||||
|
||||
|
|
|
@ -51,11 +51,11 @@
|
|||
{ "STR_ABOUT_TITLE", "Sobre Crosswords" },
|
||||
{ "STR_DEFAULT_NAME", "Jugador %d" },
|
||||
{ "STR_ABOUT_CONTENT",
|
||||
"Crosswords " XW_PALM_VERSION_STRING ".\n" \
|
||||
"Crosswords " XW_PALM_VERSION_STRING " (rev. " SVN_REV ").\n" \
|
||||
"Copyright 1998-2004 by Eric House. "\
|
||||
"Tots els drets reservats.\n\n"\
|
||||
|
||||
"El manual és a www.peak.org/~fixin/xwords\n\n" \
|
||||
"El manual és a xwords.sourceforge.net\n\n" \
|
||||
|
||||
"Aquest programa és postalware.\nSi el fas servir, " \
|
||||
"envia una postal a:\n" \
|
||||
|
|
|
@ -50,11 +50,11 @@
|
|||
{ "STR_ABOUT_TITLE", "Acerca de Crosswords" },
|
||||
{ "STR_DEFAULT_NAME", "Jugador %d" },
|
||||
{ "STR_ABOUT_CONTENT",
|
||||
"Crosswords " XW_PALM_VERSION_STRING ".\n" \
|
||||
"Crosswords " XW_PALM_VERSION_STRING " (rev. " SVN_REV ").\n" \
|
||||
"Copyright 1998-2004 by Eric House. "\
|
||||
"Todos los derechos reservados.\n\n"\
|
||||
|
||||
"El manual está en www.peak.org/~fixin/xwords\n\n" \
|
||||
"El manual está en xwords.sourceforge.net\n\n" \
|
||||
|
||||
"Este programa es postalware.\nSi lo usas " \
|
||||
"manda una postal a:\n" \
|
||||
|
|
Loading…
Reference in a new issue