[Po4a-commits] "po4a/lib/Locale/Po4a Chooser.pm,1.39,1.40"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Sun Jun 1 16:18:04 UTC 2008


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory alioth:/tmp/cvs-serv31314/lib/Locale/Po4a

Modified Files:
	Chooser.pm 
Log Message:
	* lib/Locale/Po4a/Chooser.pm: Add support for the tex module
	(equivalent to TeX). Changing the first case for this format was
	not sufficient.


Index: Chooser.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Chooser.pm,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- Chooser.pm	31 Mar 2008 21:10:17 -0000	1.39
+++ Chooser.pm	1 Jun 2008 16:18:00 -0000	1.40
@@ -36,6 +36,8 @@
         $modname = 'LaTeX';
     } elsif ($module eq 'bibtex') {
         $modname = 'BibTex';
+    } elsif ($module eq 'tex') {
+        $modname = 'TeX';
     } else {
         $modname = ucfirst($module);
     }




More information about the Po4a-commits mailing list