Code

non-lcms build fixes
[inkscape.git] / src / ui / dialog / text-properties.cpp
index a7999267778f86b582cc76f2f95b22e24ff60e01..e6194ab564fb885726ede53d12ca91ffa6a3be75 100644 (file)
@@ -20,8 +20,8 @@ namespace Inkscape {
 namespace UI {
 namespace Dialog {
 
-TextProperties::TextProperties() 
-    : Dialog ("dialogs.textandfont", SP_VERB_DIALOG_TEXT),
+TextProperties::TextProperties(Behavior::BehaviorFactory behavior_factory
+    : Dialog (behavior_factory, "dialogs.textandfont", SP_VERB_DIALOG_TEXT),
       _page_font(1, 1),
       _page_text(1, 1)
 {