From b69d91ed6941eaa6d38af7ca5ff0774f2e6a8f8a Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 19 Apr 2017 11:43:36 +0300 Subject: [PATCH] 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. --- cord/tests/de_win.rc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cord/tests/de_win.rc b/cord/tests/de_win.rc index 4ea3475..69a8627 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 */ -- 2.7.4