From: Jürgen Spitzmüller Date: Tue, 8 Dec 2009 08:37:08 +0000 (+0000) Subject: indicate that we're opening a dialog. X-Git-Tag: 2.0.0~4874 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=fa7b247485d10d436e9989ef5fed42aafd2d6ad3;p=features.git indicate that we're opening a dialog. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32430 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/VCBackend.cpp b/src/VCBackend.cpp index 331d6e87b1..61e31f5ac3 100644 --- a/src/VCBackend.cpp +++ b/src/VCBackend.cpp @@ -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"),