]> git.lyx.org Git - lyx.git/commitdiff
Use gtk properties stock icon for document dialog menu entry.
authorJohn Spray <spray@lyx.org>
Sun, 20 Mar 2005 11:38:58 +0000 (11:38 +0000)
committerJohn Spray <spray@lyx.org>
Sun, 20 Mar 2005 11:38:58 +0000 (11:38 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9723 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/gtk/ChangeLog
src/frontends/gtk/ghelpers.C

index 914b2c1cf0ec911b6e0feece6c47fa9b34b4de1d..b5751582bb164898b11fca5fc0ca3f4cc685556e 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-20  John Spray  <spray_john@users.sf.net>
+
+       * ghelpers.C: use Gtk::Stock::PROPERTIES icon for document
+       dialog.
+
 2005-03-10  John Spray  <spray_john@users.sf.net>
 
        * GGraphics, GVSpace, GBox: update to use new ghelpers functions
index d86f38a011b6479b001c276f9ce4a77aa8e34cc1..11cb9a3fa87b5de10852ec3295a7779beb77b996 100644 (file)
@@ -109,6 +109,8 @@ Gtk::BuiltinStockID getGTKStockIcon(FuncRequest const & func)
                                return Gtk::Stock::SPELL_CHECK;
                        else if (func.argument == "prefs")
                                return Gtk::Stock::PREFERENCES;
+                       else if (func.argument == "document")
+                               return Gtk::Stock::PROPERTIES;
                        else
                                return Gtk::Stock::MISSING_IMAGE;
                        break;