summaryrefslogtreecommitdiff
path: root/src/wx/content_properties_dialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/content_properties_dialog.cc')
-rw-r--r--src/wx/content_properties_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_properties_dialog.cc b/src/wx/content_properties_dialog.cc
index 4f92e53ce..0b9bd0bb8 100644
--- a/src/wx/content_properties_dialog.cc
+++ b/src/wx/content_properties_dialog.cc
@@ -33,7 +33,7 @@ using boost::shared_ptr;
using boost::dynamic_pointer_cast;
ContentPropertiesDialog::ContentPropertiesDialog (wxWindow* parent, shared_ptr<Content> content)
- : TableDialog (parent, _("Content Properties"), 2, false)
+ : TableDialog (parent, _("Content Properties"), 2, 1, false)
{
string n = content->path(0).string();
boost::algorithm::replace_all (n, "&", "&&");