From c803e38a264de3aa7bec1587560a943253e2537e Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 22 Jun 2012 19:30:30 +0000 Subject: [PATCH] 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 --- mainwindow.cpp | 5 +++-- map65.iss | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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