mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
* 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:
parent
7308ceb359
commit
bcb835953e
@ -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_);
|
||||
|
Loading…
Reference in New Issue
Block a user