mirror of https://github.com/axmolengine/axmol.git
Update the version displayed in simulator about dialog.
This commit is contained in:
parent
48cc900198
commit
8d928e60c8
|
@ -64,7 +64,7 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSM
|
||||||
CAPTION "About Simulator"
|
CAPTION "About Simulator"
|
||||||
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
||||||
BEGIN
|
BEGIN
|
||||||
CTEXT "Version 3.5beta0 (20150227)",IDC_ABOUT_VERSION,35,70,173,17
|
CTEXT "Version 3.7 (20150227)",IDC_ABOUT_VERSION,35,70,173,17
|
||||||
CTEXT "Cocos Simulator",IDC_ABOUT_TITLE,35,49,173,17
|
CTEXT "Cocos Simulator",IDC_ABOUT_TITLE,35,49,173,17
|
||||||
CTEXT "Copyright (C) 2015. All rights reserved.",IDC_STATIC,35,94,173,17
|
CTEXT "Copyright (C) 2015. All rights reserved.",IDC_STATIC,35,94,173,17
|
||||||
ICON "GLFW_ICON",IDC_STATIC,111,15,20,20
|
ICON "GLFW_ICON",IDC_STATIC,111,15,20,20
|
||||||
|
|
Loading…
Reference in New Issue