diff options
Diffstat (limited to 'svtools/source/dialogs/restartdialog.cxx')
-rw-r--r-- | svtools/source/dialogs/restartdialog.cxx | 3 |
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 } |