* src/frontends/qt4/GuiSendto.cpp:

- use translated formats.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24836 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-05-19 10:12:27 +00:00
parent 7308ceb359
commit bcb835953e

View 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_);