summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/mainwindow.cpp
authormickeyl <mickeyl>2003-05-06 23:00:41 (UTC)
committer mickeyl <mickeyl>2003-05-06 23:00:41 (UTC)
commit9490e91d3876a8280f3f9a3839fddf95b957b879 (patch) (side-by-side diff)
treeec1fdb2a2713d26785110918ce9a8d2fb47fcb20 /noncore/net/wellenreiter/gui/mainwindow.cpp
parent1a194aafffe37127758036e80ff55ead0c0e118d (diff)
downloadopie-9490e91d3876a8280f3f9a3839fddf95b957b879.zip
opie-9490e91d3876a8280f3f9a3839fddf95b957b879.tar.gz
opie-9490e91d3876a8280f3f9a3839fddf95b957b879.tar.bz2
fix config dialog in respect to specify writing capture files
Diffstat (limited to 'noncore/net/wellenreiter/gui/mainwindow.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/wellenreiter/gui/mainwindow.cpp b/noncore/net/wellenreiter/gui/mainwindow.cpp
index 39f5978..7241f7a 100644
--- a/noncore/net/wellenreiter/gui/mainwindow.cpp
+++ b/noncore/net/wellenreiter/gui/mainwindow.cpp
@@ -241,7 +241,7 @@ QString WellenreiterMainWindow::getFileName( bool save )
#else
str = QFileDialog::getSaveFileName();
#endif
- if ( str.isEmpty() || QFileInfo(str).isDir() )
+ if ( str.isEmpty() /*|| QFileInfo(str).isDir()*/ )
return "";
}
else