aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-27 22:21:31 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-27 22:21:31 +0000
commitdf67727bfe8b99abc11541e8f90bcba1d305ee62 (patch)
treed8ef1169c387e2a7b9bc47134f35dd70d52d21b8 /gtk
parentc07273f6253e843ee896d914761896421576b207 (diff)
At least in the screenshot at
http://ftp.gnome.org/pub/GNOME/teams/marketing/en/2004/two-eight-screenshots/html/g27-openwithhal.png a "browse" button in GNOME has a label "Browse", and I think that's the case in at least some Windows applications as well, so give browse buttons "Browse" as a text label. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12113 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk')
-rw-r--r--gtk/compat_macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/compat_macros.h b/gtk/compat_macros.h
index 1d9ea45690..eaf967448b 100644
--- a/gtk/compat_macros.h
+++ b/gtk/compat_macros.h
@@ -292,7 +292,7 @@ g_signal_stop_emission_by_name(G_OBJECT(widget), name)
#define ETHEREAL_STOCK_LABEL_DISPLAY_FILTER "_Filter"
#define ETHEREAL_STOCK_LABEL_DISPLAY_FILTER_ENTRY "_Filter:"
#define ETHEREAL_STOCK_LABEL_PREFS "_Prefs"
-#define ETHEREAL_STOCK_LABEL_BROWSE "..."
+#define ETHEREAL_STOCK_LABEL_BROWSE "_Browse..."
#define ETHEREAL_STOCK_LABEL_CREATE_STAT "Create _Stat"
#define ETHEREAL_STOCK_LABEL_EXPORT "_Export..."
#define ETHEREAL_STOCK_LABEL_IMPORT "_Import..."