mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
indicate that we're opening a dialog.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32430 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7b6aafa893
commit
fa7b247485
@ -729,7 +729,7 @@ string SVN::repoUpdate()
|
||||
"will be preferred."
|
||||
"\n\nContinue?"), file);
|
||||
int ret = frontend::Alert::prompt(_("Changes detected"),
|
||||
text, 0, 1, _("&Yes"), _("&No"), _("View &Log"));
|
||||
text, 0, 1, _("&Yes"), _("&No"), _("View &Log ..."));
|
||||
if (ret == 2 ) {
|
||||
dispatch(FuncRequest(LFUN_DIALOG_SHOW, "file " + tmpf.absFilename()));
|
||||
ret = frontend::Alert::prompt(_("Changes detected"),
|
||||
|
Loading…
Reference in New Issue
Block a user