Code

family name field on svgfonts dialog now properly saves attribute. Should do the...
[inkscape.git] / src / ui / dialog / memory.cpp
index e81db17d83127ddaee9129b4fa014cb7a3f2431c..1931976d6b2c106098b459a076dd7cbe719bf537 100644 (file)
@@ -204,10 +204,10 @@ void Memory::Private::stop_update_task() {
 }
 
 Memory::Memory() 
-    : Dialog ("dialogs.memory", SP_VERB_HELP_MEMORY, _("Recalculate")),
+    : UI::Widget::Panel ("", "dialogs.memory", SP_VERB_HELP_MEMORY, _("Recalculate")),
       _private(*(new Memory::Private())) 
 {
-    get_vbox()->add(_private.view);
+    _getContents()->add(_private.view);
 
     _private.update();