eric6/E5Gui/E5FileSaveConfirmDialog.py

branch
micropython
changeset 7089
9f9816b19aa4
parent 7083
217862c28319
child 7229
53054eb5b15a
diff -r e29b0ee86b29 -r 9f9816b19aa4 eric6/E5Gui/E5FileSaveConfirmDialog.py
--- a/eric6/E5Gui/E5FileSaveConfirmDialog.py	Sat Jul 27 17:02:01 2019 +0200
+++ b/eric6/E5Gui/E5FileSaveConfirmDialog.py	Sat Jul 27 17:52:00 2019 +0200
@@ -28,9 +28,9 @@
         
         @param filename file name to be shown
         @type str
-        @param message message to be shown
+        @param title title for the dialog
         @type str
-        @param title title for the dialog
+        @param message message to be shown
         @type str
         @param picker flag indicating to use a path picker
         @type bool
@@ -130,9 +130,9 @@
     
     @param filename file name to be shown
     @type str
-    @param message message to be shown
+    @param title title for the dialog
     @type str
-    @param title title for the dialog
+    @param message message to be shown
     @type str
     @param picker flag indicating to use a path picker
     @type bool

eric ide

mercurial