SF.net SVN: fclient:[742] trunk/fclient/src/fclient/lib/qt4ex/ dlgpreferences.py
Status: Pre-Alpha
Brought to you by:
jurner
From: <jU...@us...> - 2008-07-25 17:42:48
|
Revision: 742 http://fclient.svn.sourceforge.net/fclient/?rev=742&view=rev Author: jUrner Date: 2008-07-25 17:42:58 +0000 (Fri, 25 Jul 2008) Log Message: ----------- typo Modified Paths: -------------- trunk/fclient/src/fclient/lib/qt4ex/dlgpreferences.py Modified: trunk/fclient/src/fclient/lib/qt4ex/dlgpreferences.py =================================================================== --- trunk/fclient/src/fclient/lib/qt4ex/dlgpreferences.py 2008-07-25 08:09:24 UTC (rev 741) +++ trunk/fclient/src/fclient/lib/qt4ex/dlgpreferences.py 2008-07-25 17:42:58 UTC (rev 742) @@ -111,25 +111,25 @@ def doApply(self): """Should apply changes made - @return: True on success, False otherisde + @return: True on success, False otherwise """ return True def doCancel(self): """Should cancel all changes made - @return: True on success, False otherisde + @return: True on success, False otherwise """ return True def doOk(self): """Should apply changes - @return: True on success, False otherisde + @return: True on success, False otherwise """ return True def doRestoreDefaults(self): """Should restore defaults - @return: True on success, False otherisde + @return: True on success, False otherwise """ return True This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |