res: removed extraneous strings

This commit is contained in:
itsmattkc 2022-03-31 11:36:12 -07:00
parent 572afe8619
commit 4e80f370f6
2 changed files with 3 additions and 7 deletions

View file

@ -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

View file

@ -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