Remove version info in 'de' cord test application
authorIvan Maidanski <ivmai@mail.ru>
Wed, 19 Apr 2017 08:43:36 +0000 (11:43 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 19 Apr 2017 08:47:51 +0000 (11:47 +0300)
This version (4.1) is outdated and not needed (as it is a test app).

* cord/tests/de_win.rc (ABOUTBOX): Remove information about "de" test
application version.
* cord/tests/de_win.rc: Remove the commented out description adding
"de" icon.

cord/tests/de_win.rc

index 4ea3475..69a8627 100644 (file)
@@ -16,9 +16,7 @@ ABOUTBOX DIALOG 19, 21, 163, 47
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "About Demonstration Text Editor"
 BEGIN
-    /* ICON "DE", -1, 8, 8, 13, 13, WS_CHILD | WS_VISIBLE */
     LTEXT "Demonstration Text Editor", -1, 44, 8, 118, 8, WS_CHILD | WS_VISIBLE | WS_GROUP
-    LTEXT "Version 4.1", -1, 44, 16, 60, 8, WS_CHILD | WS_VISIBLE | WS_GROUP
     PUSHBUTTON "OK", IDOK, 118, 27, 24, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
 END
 
@@ -67,5 +65,3 @@ BEGIN
     VK_DELETE, IDM_EDITDEL, VIRTKEY
     VK_BACK, IDM_EDITBS, VIRTKEY
 END
-
-/* DE ICON cord\de_win.ICO */