summaryrefslogtreecommitdiff
path: root/hw/xwin/XWin.rc
diff options
context:
space:
mode:
authorEarle F. Philhower III <earle@ziplabel.com>2004-03-27 06:49:07 +0000
committerEarle F. Philhower III <earle@ziplabel.com>2004-03-27 06:49:07 +0000
commit4ece1336796ea1d1a86edc7a2acebcffec40a0e8 (patch)
tree54193c0405e079652067c1b4d4a166cfdcbc287c /hw/xwin/XWin.rc
parent6c3be4819bad6e04a587a2fc22dbbf2e2118d730 (diff)
Convert "About..." hyperlink buttons to show as hyperlinks
Diffstat (limited to 'hw/xwin/XWin.rc')
-rw-r--r--hw/xwin/XWin.rc12
1 files changed, 8 insertions, 4 deletions
diff --git a/hw/xwin/XWin.rc b/hw/xwin/XWin.rc
index 1bd8e3a07..d880691bc 100644
--- a/hw/xwin/XWin.rc
+++ b/hw/xwin/XWin.rc
@@ -41,10 +41,14 @@ STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | WS_TABSTOP | DS_CENTER
CAPTION "Cygwin/X - About"
FONT 8, "MS Sans Serif"
BEGIN
- PUSHBUTTON "Cygwin/X Website", ID_ABOUT_WEBSITE, 30, 45, 75, 15
- PUSHBUTTON "Change Log", ID_ABOUT_CHANGELOG, 135, 45, 75, 15
- PUSHBUTTON "User's Guide", ID_ABOUT_UG, 30, 65, 75, 15
- PUSHBUTTON "FAQ", ID_ABOUT_FAQ, 135, 65, 75, 15
+ CONTROL "Cygwin/X Website", ID_ABOUT_WEBSITE, "Button",
+ BS_OWNERDRAW | WS_TABSTOP, 30, 45, 75, 15
+ CONTROL "Change Log", ID_ABOUT_CHANGELOG, "Button",
+ BS_OWNERDRAW | WS_TABSTOP, 135, 45, 75, 15
+ CONTROL "User's Guide", ID_ABOUT_UG, "Button",
+ BS_OWNERDRAW | WS_TABSTOP, 30, 65, 75, 15
+ CONTROL "FAQ", ID_ABOUT_FAQ, "Button",
+ BS_OWNERDRAW | WS_TABSTOP, 135, 65, 75, 15
DEFPUSHBUTTON "Dismiss", IDOK, 95, 85, 50, 15