Selecting a directory with the chooser mask now works
[bertos.git] / wizard / BOutputPage.py
index 2f7629d19e9e6b0e46883d894b0bad418b0495f0..84222fee46cf54ac8416f5d967050853ac8a9aaa 100644 (file)
@@ -15,11 +15,12 @@ from PyQt4.QtGui import *
 from BWizardPage import *
 import bertos_utils
 
+from const import *
 
 class BOutputPage(BWizardPage):
     
     def __init__(self):
-        BWizardPage.__init__(self, "output_select.ui")
+        BWizardPage.__init__(self, UI_LOCATION + "/output_select.ui")
         self.setTitle(self.tr("Choose the project output"))
         self._setupButtonGroup()
         self._connectSignals()