diff --git a/src/version.h b/src/version.h index fb560f0d..4039b1a8 100644 --- a/src/version.h +++ b/src/version.h @@ -17,7 +17,7 @@ // along with this program; if not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#define VBA_NAME "VisualBoyAdvance" +#define VBA_NAME "VisualBoyAdvance-M" #ifdef WIN32 #include "svnrev.h" @@ -36,7 +36,7 @@ #elif defined(PUBLIC_RELEASE) #define VBA_SUBVERSION_STRING "" #else -#define VBA_SUBVERSION_STRING "-SVN" SVN_REV_STR +#define VBA_SUBVERSION_STRING " (SVN" SVN_REV_STR ")" #endif #if defined(_MSC_VER) diff --git a/src/win32/VBA.rc b/src/win32/VBA.rc index 93536017..6153e001 100644 --- a/src/win32/VBA.rc +++ b/src/win32/VBA.rc @@ -205,7 +205,7 @@ CAPTION "About" FONT 8, "MS Sans Serif", 0, 0, 0x1 BEGIN ICON IDI_MAINICON,IDC_STATIC,6,6,20,20 - CTEXT "VisualBoyAdvance Emulator",IDC_STATIC,36,6,138,8 + CTEXT "VisualBoyAdvance-M Emulator",IDC_STATIC,36,6,138,8 CTEXT "Copyright © 2008 VBA-M development team",IDC_STATIC,6,48,168,8 CTEXT "http://vba-m.com",IDC_URL,7,138,168,8 RTEXT "Version:",IDC_STATIC,36,18,54,8 @@ -1832,7 +1832,7 @@ BEGIN POPUP "&Frame Skip" BEGIN MENUITEM "&Automatic", ID_OPTIONS_FRAMESKIP_AUTOMATIC - MENUITEM SEPARATOR + MENUITEM SEPARATOR MENUITEM "&No frame skip", ID_OPTIONS_VIDEO_FRAMESKIP_0 MENUITEM "&1 frame", ID_OPTIONS_VIDEO_FRAMESKIP_1 MENUITEM "&2 frames", ID_OPTIONS_VIDEO_FRAMESKIP_2