summaryrefslogtreecommitdiffstats
path: root/src/windows/gss
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-04-28 18:49:27 +0000
committerKeith Vetter <keithv@fusion.com>1995-04-28 18:49:27 +0000
commitbfb36c3b71d12e9b4c530de44238a169ef05ea1e (patch)
treea6048e3163042a5ed2ab8f70959e09e914ac9854 /src/windows/gss
parent4e1678e92cbcd3a1c827fb047fad0907131b88aa (diff)
downloadkrb5-bfb36c3b71d12e9b4c530de44238a169ef05ea1e.tar.gz
krb5-bfb36c3b71d12e9b4c530de44238a169ef05ea1e.tar.xz
krb5-bfb36c3b71d12e9b4c530de44238a169ef05ea1e.zip
Added an icon for the windows gss demo program
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5615 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/gss')
-rw-r--r--src/windows/gss/changelo6
-rw-r--r--src/windows/gss/gss.rc2
2 files changed, 6 insertions, 2 deletions
diff --git a/src/windows/gss/changelo b/src/windows/gss/changelo
index 7ee4d057b..2bf618c97 100644
--- a/src/windows/gss/changelo
+++ b/src/windows/gss/changelo
@@ -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
diff --git a/src/windows/gss/gss.rc b/src/windows/gss/gss.rc
index cd968844b..697978df4 100644
--- a/src/windows/gss/gss.rc
+++ b/src/windows/gss/gss.rc
@@ -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"