Trivial change to mainwindow code.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2473 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2012-06-22 19:30:30 +00:00
parent 30afde54c4
commit cd03b420fc
2 changed files with 4 additions and 3 deletions

View File

@ -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;

View File

@ -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