mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
add new string constants
This commit is contained in:
parent
63efe9a9ce
commit
2a14cb63be
1 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,7 @@ enum {
|
|||
STR_BONUS_ALL,
|
||||
STRD_TURN_SCORE,
|
||||
STR_NONLOCAL_NAME,
|
||||
STR_LOCAL_NAME,
|
||||
STRD_TIME_PENALTY_SUB,
|
||||
|
||||
STRD_CUMULATIVE_SCORE,
|
||||
|
@ -41,5 +42,10 @@ enum {
|
|||
STR_ROBOT_MOVED,
|
||||
STR_REMOTE_MOVED,
|
||||
|
||||
STRD_TRADED,
|
||||
STRSD_SUMMARYSCORED,
|
||||
STR_PASSED,
|
||||
STR_LOSTTURN,
|
||||
|
||||
STR_LAST
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue