mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
* src/frontends/qt4/QListings.cpp:
- revert accidental change in revision 18624 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18625 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3cb05c6016
commit
e5233efd6b
@ -331,7 +331,7 @@ void QListingsDialog::validate_listings_params()
|
||||
}
|
||||
} catch (invalidParam & e) {
|
||||
isOK = false;
|
||||
listingsTB->setPlainText(qt_(e.what()));
|
||||
listingsTB->setPlainText(toqstr(e.what()));
|
||||
okPB->setEnabled(false);
|
||||
applyPB->setEnabled(false);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user