Switch to side-by-side view
--- a/src/qtgui/rtitool.cpp +++ b/src/qtgui/rtitool.cpp @@ -1,3 +1,4 @@ +#ifndef _WIN32 /* Copyright (C) 2005 J.F.Dockes * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -174,3 +175,4 @@ if (exitdial) QDialog::accept(); } +#endif