summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/sfxsids.hrc1
-rw-r--r--include/svtools/restartdialog.hxx3
2 files changed, 3 insertions, 1 deletions
diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc
index f5561feb2ba8..395829b1c7ba 100644
--- a/include/sfx2/sfxsids.hrc
+++ b/include/sfx2/sfxsids.hrc
@@ -44,6 +44,7 @@
#define SID_QUITAPP (SID_SFX_START + 300)
#define SID_ABOUT (SID_SFX_START + 301)
#define SID_SETUPPRINTER (SID_SFX_START + 302)
+#define SID_SAFE_MODE (SID_SFX_START + 303)
#define SID_CONTEXT (SID_SFX_START + 310)
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: