Correct typo
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 19 Dec 2008 09:16:29 +0000 (09:16 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 19 Dec 2008 09:16:29 +0000 (09:16 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2095 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/BFolderPage.py

index 181c94ca9306ff236df0ed3c1393d4758c86379b..76f99172bed5dfa76f95ed6076f5124c0bf4f60a 100644 (file)
@@ -42,7 +42,7 @@ class BFolderPage(BWizardPage):
         self._setProjectPath()
     
     def _setProjectPath(self):
-        if self._destinationFolder <> "" and self._projectName <> "":
+        if self._destinationFolder != "" and self._projectName <> "":
             if not self._destinationFolder.endswith(os.sep):
                 self._destinationFolder += os.sep
             self.pageContent.projectPath.setText(self._destinationFolder + self._projectName + "/")