summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/scripting/scripts/exportxhtml/ExportXHTML.py
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/plugins/scripting/scripts/exportxhtml/ExportXHTML.py')
-rw-r--r--kexi/plugins/scripting/scripts/exportxhtml/ExportXHTML.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/kexi/plugins/scripting/scripts/exportxhtml/ExportXHTML.py b/kexi/plugins/scripting/scripts/exportxhtml/ExportXHTML.py
index eff0e636..2e5fa20e 100644
--- a/kexi/plugins/scripting/scripts/exportxhtml/ExportXHTML.py
+++ b/kexi/plugins/scripting/scripts/exportxhtml/ExportXHTML.py
@@ -147,13 +147,13 @@ class GuiApp:
raise Exception("Import of the Kross GUI module failed.")
self.dialog = gui.Dialog("Export XHTML")
- self.dialog.addLabel(self.dialog, "Export a table- or query-datasource to a XHTML-file.")
+ self.dialog.addLabel(self.dialog, "Export a table- or query-datasource to a XHTML-file.")
datasourceitems = self.datasource.getSources()
- self.datasourcelist = self.dialog.addList(self.dialog, "Datasource:", datasourceitems)
+ self.datasourcelist = self.dialog.addList(self.dialog, "Datasource:", datasourceitems)
styleitems = ["Plain", "Paper", "Blues"]
- self.stylelist = self.dialog.addList(self.dialog, "Style:", styleitems)
+ self.stylelist = self.dialog.addList(self.dialog, "Style:", styleitems)
#queryframe = Tkinter.Frame(frame)
#queryframe.pack()