diff options
Diffstat (limited to 'src/dialogs/export.cpp')
| -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); |
