1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

GCS/utils: Small fix to PathChooser for Windows.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@697 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
ephy 2010-06-01 12:27:04 +00:00 committed by ephy
parent 845bc99c03
commit 147996935d

View File

@ -164,6 +164,9 @@ void PathChooser::slotBrowse()
predefined.clear();
}
if (predefined.startsWith(":"))
predefined.clear();
// Prompt for a file/dir
QString dialogTitle;
QString newPath;