diff options
author | irem <iremsendur1@gmail.com> | 2016-05-01 15:28:53 +0300 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-05-03 09:22:16 +0000 |
commit | 2fce97c51ceb15c7722ed828b2cc0ea4b21c8c95 (patch) | |
tree | f0dd9efa9ff53e1122fed864d832df50e820d8db /include/svtools | |
parent | a05ab9ef5e1804faed90f3df2f7fb8cb49065590 (diff) |
tdf#99211 Use the restart dialog for notifications about restart
Change-Id: I2093e99d7b377285f6b3248a90072f0dea12f732
Reviewed-on: https://gerrit.libreoffice.org/24556
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/restartdialog.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
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: |