diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic_server.cc | 2 | ||||
| -rw-r--r-- | src/wx/about_dialog.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dcpomatic_server.cc b/src/tools/dcpomatic_server.cc index 5fb8cb3af..bbdd19135 100644 --- a/src/tools/dcpomatic_server.cc +++ b/src/tools/dcpomatic_server.cc @@ -52,7 +52,7 @@ enum { ID_timer }; -static int const log_lines = 32; +static unsigned int const log_lines = 32; class ServerLog : public Log, public Signaller { diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 5f707ff1b..69ec280d0 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -161,7 +161,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Patrick Haderer")); supported_by.Add (wxT ("Jeff Hemingway")); supported_by.Add (wxT ("Antonio Ruiz Hernandez")); - supported_by.Add (wxt ("Karl Jacob")); + supported_by.Add (wxT ("Karl Jacob")); supported_by.Add (wxT ("Jonathan Jensen")); supported_by.Add (wxT ("Thierry Journet")); supported_by.Add (wxT ("Zbigniew KamiĆski")); |
