Some fixings.
This commit is contained in:
parent
4c494f63ae
commit
d89713ac79
@ -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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user