From: Ivan Maidanski Date: Wed, 19 Apr 2017 08:43:36 +0000 (+0300) Subject: Remove version info in 'de' cord test application X-Git-Tag: v8.0.0~782 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b69d91ed6941eaa6d38af7ca5ff0774f2e6a8f8a;p=gc Remove version info in 'de' cord test application 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. --- diff --git a/cord/tests/de_win.rc b/cord/tests/de_win.rc index 4ea3475a..69a86270 100644 --- a/cord/tests/de_win.rc +++ b/cord/tests/de_win.rc @@ -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 */