Some fixings.

This commit is contained in:
Martin Rotter 2014-09-04 08:13:44 +02:00
parent 4c494f63ae
commit d89713ac79
1 changed files with 6 additions and 0 deletions

View File

@ -110,6 +110,12 @@ void FormImportExport::selectExportFile() {
if (!selected_file.isEmpty()) { if (!selected_file.isEmpty()) {
if (selected_filter == filter_opml20) { if (selected_filter == filter_opml20) {
m_conversionType = OPML20; m_conversionType = OPML20;
#if defined (Q_OS_OS2)
if (!selected_file.endsWith(".opml")) {
selected_file += ".opml";
}
#endif
} }
// NOTE: Add other types here. // NOTE: Add other types here.