mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-11-27 09:35:41 -05:00
res: removed extraneous strings
This commit is contained in:
parent
572afe8619
commit
4e80f370f6
2 changed files with 3 additions and 7 deletions
|
@ -10,9 +10,7 @@ IDI_ICON1 ICON DISCARDABLE "mama.ico"
|
|||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_TITLE "LEGO Island Rebuilder"
|
||||
IDS_SUBTITLE "by MattKC (itsmattkc.com)"
|
||||
IDS_PATCHES "Patches"
|
||||
IDS_MUSIC "Music"
|
||||
IDS_SUBTITLE "by MattKC (mattkc.com)"
|
||||
IDS_RUN "Run"
|
||||
IDS_KILL "Kill"
|
||||
END
|
||||
|
|
|
@ -3,10 +3,8 @@
|
|||
|
||||
#define IDS_TITLE 0
|
||||
#define IDS_SUBTITLE 1
|
||||
#define IDS_PATCHES 2
|
||||
#define IDS_MUSIC 3
|
||||
#define IDS_RUN 4
|
||||
#define IDS_KILL 5
|
||||
#define IDS_RUN 2
|
||||
#define IDS_KILL 3
|
||||
|
||||
#define RC_MANIFEST 24
|
||||
|
||||
|
|
Loading…
Reference in a new issue