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:
Jürgen Spitzmüller 2009-12-08 08:37:08 +00:00
parent 7b6aafa893
commit fa7b247485

View File

@ -729,7 +729,7 @@ string SVN::repoUpdate()
"will be preferred." "will be preferred."
"\n\nContinue?"), file); "\n\nContinue?"), file);
int ret = frontend::Alert::prompt(_("Changes detected"), int ret = frontend::Alert::prompt(_("Changes detected"),
text, 0, 1, _("&Yes"), _("&No"), _("View &Log")); text, 0, 1, _("&Yes"), _("&No"), _("View &Log ..."));
if (ret == 2 ) { if (ret == 2 ) {
dispatch(FuncRequest(LFUN_DIALOG_SHOW, "file " + tmpf.absFilename())); dispatch(FuncRequest(LFUN_DIALOG_SHOW, "file " + tmpf.absFilename()));
ret = frontend::Alert::prompt(_("Changes detected"), ret = frontend::Alert::prompt(_("Changes detected"),