summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2010-02-02 16:21:44 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2010-02-05 18:17:36 +0000
commit34269a90ea2087f883f5dc8805894fc4998e4b81 (patch)
tree313f63aa48485a495719527c50c71868e62a993a /include
parent881812438b430d2856d0494707e028e5f30d6e9a (diff)
Cygwin/X: Update resources file and About dialog
Use the configured vendor web address in the About dialog Update resources file: rework About dialog, use 'MS Shell Dlg 2' logical font for all dialogs, add ellipsis to exit option in tray menu as it (may) trigger another dialog. Get short vendor name from xwin-config.h, like other configuration data presented in the About dialog box, rather than creating the PROJECT_NAME define Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
Diffstat (limited to 'include')
-rw-r--r--include/xwin-config.h.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/xwin-config.h.in b/include/xwin-config.h.in
index c8de11073..932f2e861 100644
--- a/include/xwin-config.h.in
+++ b/include/xwin-config.h.in
@@ -12,7 +12,7 @@
/* Cygwin has /dev/windows for signaling new win32 messages */
#undef HAS_DEVWINDOWS
-/* Switch on debug messages */
+/* Switch on debug messages */
#undef CYGDEBUG
#undef CYGWINDOWING_DEBUG
#undef CYGMULTIWINDOW_DEBUG
@@ -22,3 +22,9 @@
/* Do we require our own snprintf? */
#undef NEED_SNPRINTF
+
+/* Short vendor name */
+#undef XVENDORNAMESHORT
+
+/* Vendor web address for support */
+#undef __VENDORDWEBSUPPORT__