mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
correct typo of button link init of open-from-template dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35574 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1b93af1009
commit
fd341b3a0e
@ -1691,7 +1691,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)")));
|
||||
|
Loading…
Reference in New Issue
Block a user