summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs/restartdialog.cxx
diff options
context:
space:
mode:
authorirem <iremsendur1@gmail.com>2016-05-01 15:28:53 +0300
committerCaolán McNamara <caolanm@redhat.com>2016-05-03 09:22:16 +0000
commit2fce97c51ceb15c7722ed828b2cc0ea4b21c8c95 (patch)
treef0dd9efa9ff53e1122fed864d832df50e820d8db /svtools/source/dialogs/restartdialog.cxx
parenta05ab9ef5e1804faed90f3df2f7fb8cb49065590 (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 'svtools/source/dialogs/restartdialog.cxx')
-rw-r--r--svtools/source/dialogs/restartdialog.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svtools/source/dialogs/restartdialog.cxx b/svtools/source/dialogs/restartdialog.cxx
index 3b9df0ff3ee7..99c0fd865af8 100644
--- a/svtools/source/dialogs/restartdialog.cxx
+++ b/svtools/source/dialogs/restartdialog.cxx
@@ -46,6 +46,9 @@ public:
case svtools::RESTART_REASON_LANGUAGE_CHANGE:
get(reason_, "reason_language_change");
break;
+ case svtools::RESTART_REASON_ADDING_PATH:
+ get(reason_, "reason_adding_path");
+ break;
default:
assert(false); // this cannot happen
}