Fix typo...
[bertos.git] / wizard / BBoardPage.py
index c2b41f3842af5c45be9401095c282a3087c102c0..21363e7a0b3738fabfa26410fe77ed05b9037cff 100644 (file)
@@ -91,7 +91,7 @@ class BBoardPage(BWizardPage):
         """
         Overload of the BWizardPage reloadData method.
         """
-        self.project.loadPresets()
+        self.project.loadProjectPresets()
 
     ####