aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/compat_macros.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-09-27 19:44:24 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-09-27 19:44:24 +0000
commit0ea2f8e258f2165391a2d5a13acdbc1221bc9a2a (patch)
tree3812c2d9641ab2a8c36e8339569361cd2b43975f /gtk/compat_macros.h
parent365119bdd0c463af57d892dc08ca7a8fd25c66b2 (diff)
As the GTK Wimp default theme (since 0.6.1) won't display any icons in buttons any longer (which is typical for win applications), the browse button won't display anything for GTK2 now. Add some ... into it, which is also looking ok together with the stock icon on other platforms.
svn path=/trunk/; revision=12112
Diffstat (limited to 'gtk/compat_macros.h')
-rw-r--r--gtk/compat_macros.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/compat_macros.h b/gtk/compat_macros.h
index be990fa9f9..1d9ea45690 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 "" /* icon only */
+#define ETHEREAL_STOCK_LABEL_BROWSE "..."
#define ETHEREAL_STOCK_LABEL_CREATE_STAT "Create _Stat"
#define ETHEREAL_STOCK_LABEL_EXPORT "_Export..."
#define ETHEREAL_STOCK_LABEL_IMPORT "_Import..."
@@ -314,7 +314,7 @@ g_signal_stop_emission_by_name(G_OBJECT(widget), name)
#define ETHEREAL_STOCK_IMPORT "Ethereal_Stock_Import"
#define ETHEREAL_STOCK_EDIT "Ethereal_Stock_Edit"
#define ETHEREAL_STOCK_ADD_EXPRESSION "Ethereal_Stock_Edit_Add_Expression"
-#define ETHEREAL_STOCK_DONT_SAVE "Ethereal_Stock_Continue_without_Saving"
+#define ETHEREAL_STOCK_DONT_SAVE "Ethereal_Stock_Continue_without_Saving"
#define BUTTON_NEW_FROM_STOCK(stock_id) \
gtk_button_new_from_stock(stock_id);