diff -r 678f62706760 -r 5b5636320dca Plugins/PluginWizardQRegExp.py --- a/Plugins/PluginWizardQRegExp.py Thu Jul 22 19:55:52 2010 +0200 +++ b/Plugins/PluginWizardQRegExp.py Sat Jul 24 18:10:28 2010 +0200 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.0.0" +version = "5.1.0" className = "QRegExpWizard" packageName = "__core__" shortDescription = "Show the QRegExp wizard." @@ -126,4 +126,4 @@ # It should be done on this way to allow undo editor.beginUndoAction() editor.insertAt(code, line, index) - editor.endUndoAction() + editor.endUndoAction() \ No newline at end of file