diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-05-19 16:06:36 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-05-19 16:06:36 +0000 |
| commit | 2c3e233017a91d9869639ddaa6ea2b59c4535b17 (patch) | |
| tree | f90b6278eee79fae209ea2f39affc59c4f1e0e8a /src | |
| parent | init matrix variable, removes compiler warnings (diff) | |
| download | inkscape-2c3e233017a91d9869639ddaa6ea2b59c4535b17.tar.gz inkscape-2c3e233017a91d9869639ddaa6ea2b59c4535b17.zip | |
replace Gtk::Stock::DIRECTORY with Gtk::Stock::INDEX to support gtkmm-2.4, fixes #1489610
(bzr r894)
Diffstat (limited to 'src')
| -rw-r--r-- | src/dialogs/export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
