summaryrefslogtreecommitdiff
path: root/frontends/gtk/compat.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-09-02 22:07:00 +0100
committerVincent Sanders <vince@kyllikki.org>2019-09-02 22:07:00 +0100
commit5701bae85911a3b1b003e1b717114388af151567 (patch)
treee46c2b6a16b1dbea31d69bf4bfd0653d7851e38c /frontends/gtk/compat.h
parentc93443e53c9dc24bd66e74fad891b1699e021163 (diff)
downloadnetsurf-5701bae85911a3b1b003e1b717114388af151567.tar.gz
netsurf-5701bae85911a3b1b003e1b717114388af151567.tar.bz2
split burger menu from popup context menu
Diffstat (limited to 'frontends/gtk/compat.h')
-rw-r--r--frontends/gtk/compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/gtk/compat.h b/frontends/gtk/compat.h
index 20a75a3f0..feb0abe28 100644
--- a/frontends/gtk/compat.h
+++ b/frontends/gtk/compat.h
@@ -51,6 +51,7 @@
#define NSGTK_STOCK_STOP "process-stop"
#define NSGTK_STOCK_OK "_OK"
#define NSGTK_STOCK_OPEN "_Open"
+#define NSGTK_STOCK_OPEN_MENU "open-menu"
#else
#define NSGTK_STOCK_ADD GTK_STOCK_ADD
#define NSGTK_STOCK_CANCEL GTK_STOCK_CANCEL
@@ -67,6 +68,7 @@
#define NSGTK_STOCK_STOP GTK_STOCK_STOP
#define NSGTK_STOCK_OK GTK_STOCK_OK
#define NSGTK_STOCK_OPEN GTK_STOCK_OPEN
+#define NSGTK_STOCK_OPEN_MENU GTK_STOCK_JUSTIFY_FILL
#endif
/* widget alignment only available since 3.0 */