src/hbcore/i18n/hbfindfile.cpp
changeset 34 ed14f46c0e55
parent 7 923ff622b8b9
--- a/src/hbcore/i18n/hbfindfile.cpp	Mon Oct 04 17:49:30 2010 +0300
+++ b/src/hbcore/i18n/hbfindfile.cpp	Mon Oct 18 18:23:13 2010 +0300
@@ -122,7 +122,7 @@
     QString drives = availableDrives();
     for (int i = 0; i < drives.size(); i++) {
         if (drives.at(i) == defaultDrive) {
-    	    continue;
+            continue;
         }
         file = drives.at(i) + QString(":") + str;
         QFileInfo info(file);