summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/document-properties.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/document-properties.cpp')
-rw-r--r--src/ui/dialog/document-properties.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/document-properties.cpp b/src/ui/dialog/document-properties.cpp
index f42572062..15f15dfca 100644
--- a/src/ui/dialog/document-properties.cpp
+++ b/src/ui/dialog/document-properties.cpp
@@ -94,9 +94,9 @@ DocumentProperties::DocumentProperties()
: Dialog ("dialogs.documentoptions", SP_VERB_DIALOG_NAMEDVIEW),
_page_page(1, 1), _page_grid(1, 1), _page_guides(1, 1),
_page_snap(1, 1), _page_grids(1, 1),
- _prefs_path("dialogs.documentoptions"),
_grids_button_new(_("_New"), _("Create new grid.")),
- _grids_button_remove(_("_Remove"), _("Remove selected grid."))
+ _grids_button_remove(_("_Remove"), _("Remove selected grid.")),
+ _prefs_path("dialogs.documentoptions")
{
set_resizable (false);
_tt.enable();