Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MJPA/SimpleJSON.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/vs2008
diff options
context:
space:
mode:
authorMike <git@mjpa.co.uk>2011-03-19 17:16:51 +0300
committerMike <git@mjpa.co.uk>2011-03-19 17:16:51 +0300
commit8303710616c1154459964b39a5793e3e6844237f (patch)
tree3e4065cd4eae9c376336b273816058c302fbe48d /vs2008
parent849c2a3867a1e5c15b15a194b81130cabd61f489 (diff)
Change caption for JSONDemo window
Diffstat (limited to 'vs2008')
-rw-r--r--vs2008/gui.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vs2008/gui.rc b/vs2008/gui.rc
index 468577e..c37ac40 100644
--- a/vs2008/gui.rc
+++ b/vs2008/gui.rc
@@ -55,7 +55,7 @@ END
IDD_JSONDEMO DIALOGEX 0, 0, 340, 294
STYLE DS_SETFONT | DS_3DLOOK | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_APPWINDOW
-CAPTION "MJPA JSON library demo"
+CAPTION "SimpleJSON library demo"
FONT 8, "Courier New", 400, 0, 0x0
BEGIN
GROUPBOX "Input data: ",IDC_STATIC,7,7,326,129