aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-27 22:21:31 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-27 22:21:31 +0000
commit975e6f2bd1c8e84b4a29b439e20cc92cb24af4fd (patch)
treed8ef1169c387e2a7b9bc47134f35dd70d52d21b8
parent0ea2f8e258f2165391a2d5a13acdbc1221bc9a2a (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. svn path=/trunk/; revision=12113
-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..."