diff frontends/src/tools/xmlui.py @ 1610:1378ec04380f

primitivus (xmlui): fixed closing on popup panel "OK" button press
author Goffi <goffi@goffi.org>
date Mon, 16 Nov 2015 09:25:05 +0100
parents 05274b27e90e
children 681fe91abcc0
line wrap: on
line diff
--- a/frontends/src/tools/xmlui.py	Mon Nov 16 08:57:36 2015 +0100
+++ b/frontends/src/tools/xmlui.py	Mon Nov 16 09:25:05 2015 +0100
@@ -306,7 +306,7 @@
 
     New frontends can inherite this class to easily implement XMLUI
     @property widget_factory: factory to create frontend-specific widgets
-    @proporety dialog_factory: factory to create frontend-specific dialogs
+    @property dialog_factory: factory to create frontend-specific dialogs
     """
     widget_factory = None