mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
Fix button link assignment in select from template dialogue
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@35578 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5e6e824464
commit
f5aec0ab2b
@ -1367,7 +1367,7 @@ static FileName selectTemplateFile()
|
||||
{
|
||||
FileDialog dlg(qt_("Select template file"));
|
||||
dlg.setButton1(qt_("Documents|#o#O"), toqstr(lyxrc.document_path));
|
||||
dlg.setButton1(qt_("Templates|#T#t"), toqstr(lyxrc.template_path));
|
||||
dlg.setButton2(qt_("Templates|#T#t"), toqstr(lyxrc.template_path));
|
||||
|
||||
FileDialog::Result result = dlg.open(toqstr(lyxrc.template_path),
|
||||
QStringList(qt_("LyX Documents (*.lyx)")));
|
||||
|
@ -142,6 +142,8 @@ What's new
|
||||
- Don't try to blindly execute the latex command if no latex binary is
|
||||
available (bug 6873).
|
||||
|
||||
- Fix button link assignment in select from template dialogue.
|
||||
|
||||
|
||||
* DOCUMENTATION AND LOCALIZATION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user