From: <cl...@us...> - 2003-04-26 22:08:17
|
Update of /cvsroot/todo-manager/todo-manager/po/core In directory sc8-pr-cvs1:/tmp/cvs-serv28631/po/core Modified Files: POTFILES.in Log Message: TODO.txt: Removed 'Select which plugins to load' because it just became impractical main.py: Consolodation of plugin funtions and interface notification plugin.py: No more crashing when loading a plugin that is written poorly or has a syntax error. Added i18n support so debug prints can be multilingual po/core/POTFILES.in: Added plugin.py Index: POTFILES.in =================================================================== RCS file: /cvsroot/todo-manager/todo-manager/po/core/POTFILES.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- POTFILES.in 12 Aug 2002 18:40:54 -0000 1.1 +++ POTFILES.in 26 Apr 2003 22:08:14 -0000 1.2 @@ -1 +1,2 @@ main.py +plugin.py |