Added an icon for the windows gss demo program
authorKeith Vetter <keithv@fusion.com>
Fri, 28 Apr 1995 18:49:27 +0000 (18:49 +0000)
committerKeith Vetter <keithv@fusion.com>
Fri, 28 Apr 1995 18:49:27 +0000 (18:49 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5615 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/gss/changelo
src/windows/gss/gss.rc

index 7ee4d057b3ba175df2642cf1589d8a25fc3f5f69..2bf618c9791e075e1d73f320208d6c4c5b8f64d5 100644 (file)
@@ -1,5 +1,7 @@
-Fri Apr 28 11:20:38 1995 Keith Vetter (keithv@fusion.com)
+Fri Apr 28 11:45:23 1995 Keith Vetter (keithv@fusion.com)
 
-       * Initial release
+       * gss.rc: added an icon for the program.
 
+Fri Apr 28 11:20:38 1995 Keith Vetter (keithv@fusion.com)
 
+       * Initial release
index cd968844b7ecad72c6c9d9e1f5e9d3269b3581e0..697978df4cd4fc8fdc853eec7d7f660259c0e040 100644 (file)
@@ -12,6 +12,8 @@
 #define GSS_OK                      100
 #define GSS_CANCEL                  101
 
+gss ICON gss.ico
+
 OPENGSSAPIDLG DIALOG 63, 65, 175, 51
 STYLE DS_ABSALIGN | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Open GSSAPI Connection"