Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2010-09-25 01:15:21 +0400
committerYann Leboulanger <asterix@lagaule.org>2010-09-25 01:15:21 +0400
commit8d218ab0d06c870849f944c6a4b99fe521aff6fb (patch)
tree09ba77ea9ead281e32af820ceb58c23416b05716 /src/features_window.py
parent97ec4df02004a541b29ffd4b8185919fe113bea2 (diff)
[Zhihao Yuan & I] use convert is dvipng doesn't work. Fixes #5935
Diffstat (limited to 'src/features_window.py')
-rw-r--r--src/features_window.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/features_window.py b/src/features_window.py
index e9a823c16..4e0aeeade 100644
--- a/src/features_window.py
+++ b/src/features_window.py
@@ -92,8 +92,8 @@ class FeaturesWindow:
_('Requires python2.5.')),
_('LaTeX'): (self.latex_available,
_('Transform LaTeX expressions between $$ $$.'),
- _('Requires texlive-latex-base and dvipng. You have to set \'use_latex\' to True in the Advanced Configuration Editor.'),
- _('Requires texlive-latex-base and dvipng (All is in MikTeX). You have to set \'use_latex\' to True in the Advanced Configuration Editor.')),
+ _('Requires texlive-latex-base and (dvipng or ImageMagick). You have to set \'use_latex\' to True in the Advanced Configuration Editor.'),
+ _('Requires texlive-latex-base and (dvipng or ImageMagick) (All is in MikTeX). You have to set \'use_latex\' to True in the Advanced Configuration Editor.')),
_('End to End message encryption'): (self.pycrypto_available,
_('Encrypting chat messages.'),
_('Requires python-crypto.'),