# HG changeset patch # User prock@33b003aa-7bff-0310-803a-e67f0ece8222 # Date 1257189222 0 # Node ID c4df3fbbbc91a0824b46e8a28ce16caf2a77393a # Parent 598547404022a790ec4f51285f4a17ce0abee8b3 Fixed the doc string for the CameraEdit plugin. diff -r 598547404022 -r c4df3fbbbc91 clients/editor/plugins/CameraEdit.py --- a/clients/editor/plugins/CameraEdit.py Thu Oct 29 22:11:48 2009 +0000 +++ b/clients/editor/plugins/CameraEdit.py Mon Nov 02 19:13:42 2009 +0000 @@ -21,7 +21,9 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # #################################################################### -""" a tool for FIFEdit to edit object and instance attributes """ +""" a tool for FIFEdit to edit camera attributes. It does not +currently support multiple cameras. +""" import fife import pychan @@ -199,9 +201,6 @@ """ Create the basic gui container """ self._container = pychan.loadXML('gui/cameradialog.xml') - #self._container.findChild(name="mapLabel").hide() - #self._container.findChild(name="mapBox").hide() - self._ok_button = self._container.findChild(name="okButton") self._cancel_button = self._container.findChild(name="cancelButton")