summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-17 00:00:00 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-17 00:00:00 +0000
commitd866b0f221d91decc667723cca1ca1bd9949e906 (patch)
treea7ba51512e5da5b9e8c71896d01fc0edd9eacc2e /src
parentceedf051a2e25914120f8e67937e723c5b8e6db1 (diff)
Minor tweaks.
Diffstat (limited to 'src')
-rw-r--r--src/wx/config_dialog.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc
index fba11f4d4..4894c311f 100644
--- a/src/wx/config_dialog.cc
+++ b/src/wx/config_dialog.cc
@@ -722,7 +722,7 @@ create_config_dialog ()
*/
wxSize ps = wxSize (480, -1);
#else
- wxSize ps = wxDefaultSize ();
+ wxSize ps = wxDefaultSize;
#endif
int const border = 16;
@@ -734,5 +734,3 @@ create_config_dialog ()
e->AddPage (new KDMEmailPage (ps, border));
return e;
}
-
-#undef PANEL_SIZE