mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
* src/frontends/qt4/QSendto.cpp:
- use translated formats. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24835 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
70053121d7
commit
00733ebe0e
@ -118,7 +118,7 @@ void QSendto::update_contents()
|
|||||||
|
|
||||||
for (vector<string>::const_iterator it = keys.begin();
|
for (vector<string>::const_iterator it = keys.begin();
|
||||||
it < keys.end(); ++it) {
|
it < keys.end(); ++it) {
|
||||||
dialog_->formatLW->addItem(toqstr(*it));
|
dialog_->formatLW->addItem(qt_(*it));
|
||||||
}
|
}
|
||||||
|
|
||||||
dialog_->commandCO->addItem(toqstr(controller().getCommand()));
|
dialog_->commandCO->addItem(toqstr(controller().getCommand()));
|
||||||
|
Loading…
Reference in New Issue
Block a user