summaryrefslogtreecommitdiffstats
path: root/src/dialogs/object-properties.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/object-properties.cpp')
-rw-r--r--src/dialogs/object-properties.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/object-properties.cpp b/src/dialogs/object-properties.cpp
index f4a40cd28..64b4b2574 100644
--- a/src/dialogs/object-properties.cpp
+++ b/src/dialogs/object-properties.cpp
@@ -93,7 +93,7 @@ sp_object_properties_page( GtkWidget *nb,
hb = gtk_hbox_new (FALSE, 0);
gtk_widget_show (hb);
- px = sp_icon_new( GTK_ICON_SIZE_MENU, label_image );
+ px = sp_icon_new( Inkscape::ICON_SIZE_MENU, label_image );
gtk_widget_show (px);
gtk_box_pack_start (GTK_BOX (hb), px, FALSE, FALSE, 2);