Append -M to "VisualBoyAdvance", put SVN revision into braces
This commit is contained in:
parent
02728a8008
commit
11a0154b7d
|
@ -17,7 +17,7 @@
|
||||||
// along with this program; if not, write to the Free Software Foundation,
|
// along with this program; if not, write to the Free Software Foundation,
|
||||||
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
#define VBA_NAME "VisualBoyAdvance"
|
#define VBA_NAME "VisualBoyAdvance-M"
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#include "svnrev.h"
|
#include "svnrev.h"
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
#elif defined(PUBLIC_RELEASE)
|
#elif defined(PUBLIC_RELEASE)
|
||||||
#define VBA_SUBVERSION_STRING ""
|
#define VBA_SUBVERSION_STRING ""
|
||||||
#else
|
#else
|
||||||
#define VBA_SUBVERSION_STRING "-SVN" SVN_REV_STR
|
#define VBA_SUBVERSION_STRING " (SVN" SVN_REV_STR ")"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
|
|
|
@ -205,7 +205,7 @@ CAPTION "About"
|
||||||
FONT 8, "MS Sans Serif", 0, 0, 0x1
|
FONT 8, "MS Sans Serif", 0, 0, 0x1
|
||||||
BEGIN
|
BEGIN
|
||||||
ICON IDI_MAINICON,IDC_STATIC,6,6,20,20
|
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 "Copyright © 2008 VBA-M development team",IDC_STATIC,6,48,168,8
|
||||||
CTEXT "http://vba-m.com",IDC_URL,7,138,168,8
|
CTEXT "http://vba-m.com",IDC_URL,7,138,168,8
|
||||||
RTEXT "Version:",IDC_STATIC,36,18,54,8
|
RTEXT "Version:",IDC_STATIC,36,18,54,8
|
||||||
|
@ -1832,7 +1832,7 @@ BEGIN
|
||||||
POPUP "&Frame Skip"
|
POPUP "&Frame Skip"
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "&Automatic", ID_OPTIONS_FRAMESKIP_AUTOMATIC
|
MENUITEM "&Automatic", ID_OPTIONS_FRAMESKIP_AUTOMATIC
|
||||||
MENUITEM SEPARATOR
|
MENUITEM SEPARATOR
|
||||||
MENUITEM "&No frame skip", ID_OPTIONS_VIDEO_FRAMESKIP_0
|
MENUITEM "&No frame skip", ID_OPTIONS_VIDEO_FRAMESKIP_0
|
||||||
MENUITEM "&1 frame", ID_OPTIONS_VIDEO_FRAMESKIP_1
|
MENUITEM "&1 frame", ID_OPTIONS_VIDEO_FRAMESKIP_1
|
||||||
MENUITEM "&2 frames", ID_OPTIONS_VIDEO_FRAMESKIP_2
|
MENUITEM "&2 frames", ID_OPTIONS_VIDEO_FRAMESKIP_2
|
||||||
|
|
Loading…
Reference in New Issue