opental-checkins
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[OpenTAL-checkins] opental/OpenPT __init__.py


From: Fernando Lalo Martins
Subject: [OpenTAL-checkins] opental/OpenPT __init__.py
Date: Thu, 27 Feb 2003 20:36:24 -0500

CVSROOT:        /cvsroot/opental
Module name:    opental
Changes by:     Fernando Lalo Martins <address@hidden>  03/02/27 20:36:23

Modified files:
        OpenPT         : __init__.py 

Log message:
        fixing the error (exclamation) icon

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/opental/opental/OpenPT/__init__.py.diff?tr1=1.7&tr2=1.8&r1=text&r2=text

Patches:
Index: opental/OpenPT/__init__.py
diff -u opental/OpenPT/__init__.py:1.7 opental/OpenPT/__init__.py:1.8
--- opental/OpenPT/__init__.py:1.7      Thu Jan 30 11:32:28 2003
+++ opental/OpenPT/__init__.py  Thu Feb 27 20:36:23 2003
@@ -15,7 +15,7 @@
 #    You should have received a copy of the GNU General Public License
 #    along with this program; if not, write to the Free Software
 #    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA
-__version__='$Revision: 1.7 $'[11:-2]
+__version__='$Revision: 1.8 $'[11:-2]
 
 from ZOPT import ZopePageTemplate, default_text_dir, \
      manage_addPageTemplateForm, manage_addPageTemplate
@@ -32,6 +32,7 @@
                 fnmatch.fnmatch(name, '*.pt')]
 Globals.InitializeClass(__FactoryDispatcher__)
 
+misc_ = {'exclamation.gif': Globals.ImageFile('www/exclamation.gif', 
globals())}
 
 def initialize(context):
     context.registerClass(




reply via email to

[Prev in Thread] Current Thread [Next in Thread]