From 11aa682154af6e0d4c7920bb2983df5a6ded126f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 15 Sep 2019 22:20:49 +0100 Subject: construct all toolbar items from data table This changes toolbar item constuction to use toolbar_items.h instead of explicit macros. Additionally all remenants of old stock item themeing are done away with and GTK icon names are used instead. --- resources/FatMessages | 3 +++ resources/icons/local-history.png | Bin 0 -> 206 bytes 2 files changed, 3 insertions(+) create mode 100644 resources/icons/local-history.png (limited to 'resources') diff --git a/resources/FatMessages b/resources/FatMessages index d42a4de5c..ee56dee79 100644 --- a/resources/FatMessages +++ b/resources/FatMessages @@ -2906,6 +2906,8 @@ nl.gtk.gtkUnknownSize:onbekend # gtk Menu / Button labels # +en.gtk.gtkOpenMenu:Open Menu + en.gtk.gtkFile:_File de.gtk.gtkFile:_Datei fr.gtk.gtkFile:_Fichier @@ -3150,6 +3152,7 @@ fr.gtk.gtkDebugDomTree:Déboguer arbre _DOM it.gtk.gtkDebugDomTree:Debug albero _DOM nl.gtk.gtkDebugDomTree:_DOM-boom debuggen +en.gtk.gtkStop:Stop en.gtk.gtkBack:_Back de.gtk.gtkBack:_Zurück fr.gtk.gtkBack:_Précédent diff --git a/resources/icons/local-history.png b/resources/icons/local-history.png new file mode 100644 index 000000000..475b4ff61 Binary files /dev/null and b/resources/icons/local-history.png differ -- cgit v1.2.3