From 2fce97c51ceb15c7722ed828b2cc0ea4b21c8c95 Mon Sep 17 00:00:00 2001 From: irem Date: Sun, 1 May 2016 15:28:53 +0300 Subject: tdf#99211 Use the restart dialog for notifications about restart MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I2093e99d7b377285f6b3248a90072f0dea12f732 Reviewed-on: https://gerrit.libreoffice.org/24556 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/svtools/restartdialog.hxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/svtools') diff --git a/include/svtools/restartdialog.hxx b/include/svtools/restartdialog.hxx index d90ec4ddd9bc..78f29b9f8f0c 100644 --- a/include/svtools/restartdialog.hxx +++ b/include/svtools/restartdialog.hxx @@ -35,9 +35,12 @@ enum RestartReason { RESTART_REASON_MAILMERGE_INSTALL, // "For the mail merge to work properly, // %PRODUCTNAME must be restarted." - RESTART_REASON_LANGUAGE_CHANGE + RESTART_REASON_LANGUAGE_CHANGE, // "For the updated language settings to take effect, // %PRODUCTNAME must be restarted." + RESTART_REASON_ADDING_PATH + // "For the added path to take effect, + // %PRODUCTNAME must be restarted." }; // Must be called with the solar mutex locked: -- cgit