diff --git a/mainwindow.cpp b/mainwindow.cpp index 62a1955a0..171b707c4 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -972,11 +972,12 @@ void MainWindow::on_actionOpen_next_in_directory_triggered() //Open Next int i,len; QFileInfo fi(m_path); QStringList list; - list= fi.dir().entryList().filter(".iq"); - len=14; if(m_xpol) { list= fi.dir().entryList().filter(".tf2"); len=15; + } else { + list= fi.dir().entryList().filter(".iq"); + len=14; } for (i = 0; i < list.size()-1; ++i) { if(i==list.size()-2) m_loopall=false; diff --git a/map65.iss b/map65.iss index 6dd48da3d..c07dc2afb 100644 --- a/map65.iss +++ b/map65.iss @@ -1,6 +1,6 @@ [Setup] AppName=MAP65 -AppVerName=MAP65 Version 2.3.0 r2470 +AppVerName=MAP65 Version 2.3.0 r2471 AppCopyright=Copyright (C) 2001-2012 by Joe Taylor, K1JT DefaultDirName=c:\MAP65 DefaultGroupName=MAP65