]> git.lyx.org Git - features.git/commitdiff
* src/frontends/qt4/GuiSendto.cpp:
authorJürgen Spitzmüller <spitz@lyx.org>
Mon, 19 May 2008 10:12:27 +0000 (10:12 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Mon, 19 May 2008 10:12:27 +0000 (10:12 +0000)
- use translated formats.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24836 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiSendto.cpp

index d0da7f926e84eb090e1fec19280e4799658d3d74..fe644a40f50c76a7091b0331ad7994af14a8b332 100644 (file)
@@ -12,6 +12,7 @@
 #include <config.h>
 
 #include "GuiSendto.h"
+#include "qt_helpers.h"
 
 #include "Buffer.h"
 #include "Converter.h"
@@ -83,7 +84,7 @@ void GuiSendTo::updateContents()
 
        for (vector<string>::const_iterator it = keys.begin();
             it != keys.end(); ++it) {
-               formatLW->addItem(toqstr(*it));
+               formatLW->addItem(qt_(*it));
        }
 
        commandCO->addItem(command_);