Tidy up language configuration a bit.
[dcpomatic.git] / src / wx / server_dialog.cc
index 37f68da295e6fc9715c169366698a87ad8aa2b86..18ed09e9e1ad48bf3f728965bde572e183d6903c 100644 (file)
@@ -17,7 +17,7 @@
 
 */
 
-#include "lib/server.h"
+#include "lib/encode_server.h"
 #include "server_dialog.h"
 #include "wx_util.h"
 
@@ -25,7 +25,7 @@ using std::string;
 using boost::shared_ptr;
 
 ServerDialog::ServerDialog (wxWindow* parent)
-       : TableDialog (parent, _("Server"), 2, true)
+       : TableDialog (parent, _("Server"), 2, 1, true)
 {
         wxClientDC dc (parent);
        /* XXX: bit of a mystery why we need such a long string here */
@@ -52,4 +52,3 @@ ServerDialog::get () const
 {
        return wx_to_std (_host->GetValue ());
 }
-