mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Change string
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32420 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cef0077454
commit
01f46c0079
@ -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"), _("See &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"),
|
||||||
|
Loading…
Reference in New Issue
Block a user