diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-15 00:26:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-15 00:26:22 +0100 |
| commit | 040d5792b67e3ac1f3d023acc905b36748ddb85f (patch) | |
| tree | c790bf8f01615ecc65e1dcb57c2a8378865f9dff /src/wx/config_dialog.h | |
| parent | 05b7e2aa4b4c0053ed822cdcc891cd29e8348ab4 (diff) | |
Add default J2K bandwidth option.
Diffstat (limited to 'src/wx/config_dialog.h')
| -rw-r--r-- | src/wx/config_dialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h index 459d64dd7..8d9c7af52 100644 --- a/src/wx/config_dialog.h +++ b/src/wx/config_dialog.h @@ -59,6 +59,7 @@ private: void default_dcp_content_type_changed (wxCommandEvent &); void issuer_changed (wxCommandEvent &); void creator_changed (wxCommandEvent &); + void default_j2k_bandwidth_changed (wxCommandEvent &); void add_server_to_control (ServerDescription *); void setup_language_sensitivity (); @@ -95,5 +96,6 @@ private: wxButton* _remove_server; wxTextCtrl* _issuer; wxTextCtrl* _creator; + wxSpinCtrl* _default_j2k_bandwidth; }; |
