diff options
Diffstat (limited to 'include')
-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 2d0ccd805e71..74aba87500d1 100644 --- a/include/svtools/restartdialog.hxx +++ b/include/svtools/restartdialog.hxx @@ -50,9 +50,12 @@ enum RestartReason { RESTART_REASON_EXP_FEATURES, // "For the modified experimental features to take effect, // %PRODUCTNAME must be restarted." - RESTART_REASON_EXTENSION_INSTALL + RESTART_REASON_EXTENSION_INSTALL, // "For the extension to work properly, // %PRODUCTNAME must be restarted." + RESTART_REASON_OPENGL + // "For the OpenGL changes to take effect, + // %PRODUCTNAME must be restarted." }; // Must be called with the solar mutex locked: |