diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-10-10 15:04:53 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-10-10 18:30:57 +0000 |
commit | ae94c223e2e21e42fc7feca72402b910e5eab5c7 (patch) | |
tree | 6fc362a324f57713fd2f9e4cf0607c978370fcb2 /include/svtools | |
parent | 7433ba52d3a28ba946e522aa5d579679573569a2 (diff) |
safemode: Add uno command and menu entry
Change-Id: I1843767160b79041c42e506eff0cf39399c74f26
Reviewed-on: https://gerrit.libreoffice.org/29668
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/restartdialog.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svtools/restartdialog.hxx b/include/svtools/restartdialog.hxx index 74aba87500d1..6b3791ebd282 100644 --- a/include/svtools/restartdialog.hxx +++ b/include/svtools/restartdialog.hxx @@ -53,9 +53,10 @@ enum RestartReason { RESTART_REASON_EXTENSION_INSTALL, // "For the extension to work properly, // %PRODUCTNAME must be restarted." - RESTART_REASON_OPENGL + RESTART_REASON_OPENGL, // "For the OpenGL changes to take effect, // %PRODUCTNAME must be restarted." + RESTART_REASON_SAFE_MODE }; // Must be called with the solar mutex locked: |