diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-16 13:18:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-16 13:18:54 +0100 |
| commit | 6d45d4e3e52e60e63d5b1f238d9d71ca73e6a274 (patch) | |
| tree | 35973cef05d528a9c74252a85f363bb83d8cce49 /src | |
| parent | 24195ec288ffa4a2c7415b976453b796e6a39f2a (diff) | |
Missing bracket.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/dci_name_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/dci_name_dialog.cc b/src/wx/dci_name_dialog.cc index 88cc7efa4..ee8864ff9 100644 --- a/src/wx/dci_name_dialog.cc +++ b/src/wx/dci_name_dialog.cc @@ -53,7 +53,7 @@ DCINameDialog::DCINameDialog (wxWindow* parent, Film* film) _facility = new wxTextCtrl (this, wxID_ANY); table->Add (_facility, 1, wxEXPAND); - add_label_to_sizer (table, this, "Package Type (e.g. OV"); + add_label_to_sizer (table, this, "Package Type (e.g. OV)"); _package_type = new wxTextCtrl (this, wxID_ANY); table->Add (_package_type, 1, wxEXPAND); |
