Revision: 1271 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1271&view=re... Author: frlan Date: 2010-04-21 17:38:27 +0000 (Wed, 21 Apr 2010)
Log Message: ----------- GeanyLaTeX: Make clear, that we don't set any encoding in this case as 'misc' is a quit bad wording
Modified Paths: -------------- trunk/geanylatex/src/latexencodings.c
Modified: trunk/geanylatex/src/latexencodings.c =================================================================== --- trunk/geanylatex/src/latexencodings.c 2010-04-21 17:26:38 UTC (rev 1270) +++ trunk/geanylatex/src/latexencodings.c 2010-04-21 17:38:27 UTC (rev 1271) @@ -54,6 +54,6 @@ GEANY_ENCODING_IBM_850); fill(LATEX_ENCODING_IBM_852, _("IBM 852 code page"), "cp852", GEANY_ENCODING_IBM_852); - fill(LATEX_ENCODING_NONE, _("Misc"), NULL, + fill(LATEX_ENCODING_NONE, _("Don't set any encoding"), NULL, GEANY_ENCODING_NONE); }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org