diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-05-30 20:00:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-31 09:33:07 +0100 |
commit | 7ce2a89f4f8fa84232896766276cb3433ada239c (patch) | |
tree | 930c13e9466da78d9e63e01141fb4866ad7df3d5 /include/svtools | |
parent | 4e673dbb5b7c7f0fd48d50255d10340229a33ade (diff) |
prompt to restart office when required for experimental features
Change-Id: I43051ec6b0efeaebcf4a28940f70913423b8ea9f
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 993b0998aa0b..d74d6d3e863f 100644 --- a/include/svtools/restartdialog.hxx +++ b/include/svtools/restartdialog.hxx @@ -29,9 +29,12 @@ enum RestartReason { RESTART_REASON_PDF_AS_STANDARD_JOB_FORMAT, // For the modified default print job format to take effect, // %PRODUCTNAME must be restarted. - RESTART_REASON_BIBLIOGRAPHY_INSTALL + RESTART_REASON_BIBLIOGRAPHY_INSTALL, // "For the bibliography to work properly, // %PRODUCTNAME must be restarted." + RESTART_REASON_MODIFIED_SIDEBAR + // "For the sidebar to work properly, + // %PRODUCTNAME must be restarted." }; // Must be called with the solar mutex locked: |