diff --git a/res/res.rc b/res/res.rc index 9171877..d05ce16 100644 --- a/res/res.rc +++ b/res/res.rc @@ -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 diff --git a/res/resource.h b/res/resource.h index 12abcd2..447ae3b 100644 --- a/res/resource.h +++ b/res/resource.h @@ -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