diff clients/editor/plugins/objectedit.py @ 179:28532ae6f9f6

Moved all editor content out of content, as chewie says it's deprecated as hell ;-)
author cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 30 Jan 2009 00:54:07 +0000
parents 7dc59bd3d6b1
children f10a2e78a0e1
line wrap: on
line diff
--- a/clients/editor/plugins/objectedit.py	Fri Jan 30 00:24:50 2009 +0000
+++ b/clients/editor/plugins/objectedit.py	Fri Jan 30 00:54:07 2009 +0000
@@ -115,7 +115,7 @@
 			- creates the gui skeleton by loading the xml file
 			- finds some important childs and saves their widget in the object
 		"""
-		self.container = pychan.loadXML('content/gui/offsetedit.xml')
+		self.container = pychan.loadXML('gui/offsetedit.xml')
 		self.container.mapEvents({
 			'x_offset_up' 	: cbwa(self.change_offset_x, 1),
 			'x_offset_dn' 	: cbwa(self.change_offset_x, -1),