diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-07 17:09:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-09 13:44:57 +0100 |
| commit | 76196d4356ca5d92047e46ce8d617c688ad88c91 (patch) | |
| tree | 83a9b23bfab8ea1c699dd6f2e6c0908ba60f5433 /src/wx/content_properties_dialog.cc | |
| parent | f001a5020a6307f1adf650bd33a0c2a2ea26d468 (diff) | |
Update for TableDialog constructor change.
Diffstat (limited to 'src/wx/content_properties_dialog.cc')
| -rw-r--r-- | src/wx/content_properties_dialog.cc | 2 |
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, "&", "&&"); |
