1. Fix a malformed line in ui\lang\en_us\khapp.rc in a TEXTINCLUDE
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 22 Jun 2007 19:02:50 +0000 (19:02 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 22 Jun 2007 19:02:50 +0000 (19:02 +0000)
   section.

2. Update the dialog template for the "About" dialog to change the
   size of the dialog box and sort the modules list.

ticket: 5584

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19631 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/identity/ui/lang/en_us/khapp.rc

index 3ba3677c13b09d19b39347062501c0bd336b321c..9c0f6cc3577f6e7c6e3ea381bd3bde651bc3e71f 100644 (file)
@@ -33,7 +33,7 @@ END
 \r
 2 TEXTINCLUDE \r
 BEGIN\r
-    "#include ""afxres.h\0"\r
+    "#include ""afxres.h""\0"\r
 END\r
 \r
 3 TEXTINCLUDE \r
@@ -352,8 +352,8 @@ BEGIN
     LTEXT           "Productname",IDC_PRODUCT,41,7,225,13,NOT WS_GROUP\r
     LTEXT           "© 2005-2007 Massachusetts Institute of Technology\n© 2006-2007 Secure Endpoints Inc.",IDC_COPYRIGHT,41,23,276,23,NOT WS_GROUP\r
     LTEXT           "BuildInfo",IDC_BUILDINFO,41,49,276,20,NOT WS_GROUP\r
-    ICON            IDI_MAIN_APP,IDC_STATIC,6,7,21,20\r
-    CONTROL         "",IDC_MODULES,"SysListView32",LVS_REPORT | LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,41,88,276,143\r
+    ICON            IDI_MAIN_APP,IDC_STATIC,6,7,20,20\r
+    CONTROL         "",IDC_MODULES,"SysListView32",LVS_REPORT | LVS_SORTASCENDING | LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,41,88,276,143\r
     LTEXT           "Loaded modules",IDC_STATIC,41,76,52,8\r
 END\r
 \r
@@ -828,3 +828,4 @@ END
 #endif    // not APSTUDIO_INVOKED\r
 \r
 \r
+\r