From: rwst Date: Fri, 19 May 2006 16:06:36 +0000 (+0000) Subject: replace Gtk::Stock::DIRECTORY with Gtk::Stock::INDEX to support gtkmm-2.4, fixes... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ef83fdfd33095e96e18ca5e82024625264dd124a;p=inkscape.git replace Gtk::Stock::DIRECTORY with Gtk::Stock::INDEX to support gtkmm-2.4, fixes #1489610 --- diff --git a/src/dialogs/export.cpp b/src/dialogs/export.cpp index 9d50018e9..47f2b351d 100644 --- a/src/dialogs/export.cpp +++ b/src/dialogs/export.cpp @@ -530,7 +530,7 @@ sp_export_dialog (void) Gtk::Button *b = new Gtk::Button(); Gtk::HBox* pixlabel = new Gtk::HBox(false, 3); - Gtk::Image *im = new Gtk::Image(Gtk::StockID(Gtk::Stock::DIRECTORY), + Gtk::Image *im = new Gtk::Image(Gtk::StockID(Gtk::Stock::INDEX), Gtk::ICON_SIZE_BUTTON); pixlabel->pack_start(*im);