mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 12:23:37 -05:00
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:
parent
30afde54c4
commit
cd03b420fc
@ -972,11 +972,12 @@ void MainWindow::on_actionOpen_next_in_directory_triggered() //Open Next
|
|||||||
int i,len;
|
int i,len;
|
||||||
QFileInfo fi(m_path);
|
QFileInfo fi(m_path);
|
||||||
QStringList list;
|
QStringList list;
|
||||||
list= fi.dir().entryList().filter(".iq");
|
|
||||||
len=14;
|
|
||||||
if(m_xpol) {
|
if(m_xpol) {
|
||||||
list= fi.dir().entryList().filter(".tf2");
|
list= fi.dir().entryList().filter(".tf2");
|
||||||
len=15;
|
len=15;
|
||||||
|
} else {
|
||||||
|
list= fi.dir().entryList().filter(".iq");
|
||||||
|
len=14;
|
||||||
}
|
}
|
||||||
for (i = 0; i < list.size()-1; ++i) {
|
for (i = 0; i < list.size()-1; ++i) {
|
||||||
if(i==list.size()-2) m_loopall=false;
|
if(i==list.size()-2) m_loopall=false;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Setup]
|
[Setup]
|
||||||
AppName=MAP65
|
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
|
AppCopyright=Copyright (C) 2001-2012 by Joe Taylor, K1JT
|
||||||
DefaultDirName=c:\MAP65
|
DefaultDirName=c:\MAP65
|
||||||
DefaultGroupName=MAP65
|
DefaultGroupName=MAP65
|
||||||
|
Loading…
Reference in New Issue
Block a user