summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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"