diff options
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_dialog.src | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_dialog.src b/desktop/source/deployment/gui/dp_gui_dialog.src index 3dc90cd2d92a..caa23d282f9d 100644 --- a/desktop/source/deployment/gui/dp_gui_dialog.src +++ b/desktop/source/deployment/gui/dp_gui_dialog.src @@ -137,7 +137,7 @@ WarningBox RID_WARNINGBOX_REMOVE_EXTENSION { "Click 'Cancel' to stop removing the extension."; }; -WARNINGBOX RID_WARNINGBOX_REMOVE_SHARED_EXTENSION +WarningBox RID_WARNINGBOX_REMOVE_SHARED_EXTENSION { Buttons = WB_OK_CANCEL; DefButton = WB_DEF_CANCEL; @@ -147,7 +147,7 @@ WARNINGBOX RID_WARNINGBOX_REMOVE_SHARED_EXTENSION "Click 'Cancel' to stop removing the extension."; }; -WARNINGBOX RID_WARNINGBOX_ENABLE_SHARED_EXTENSION +WarningBox RID_WARNINGBOX_ENABLE_SHARED_EXTENSION { Buttons = WB_OK_CANCEL; DefButton = WB_DEF_CANCEL; @@ -157,7 +157,7 @@ WARNINGBOX RID_WARNINGBOX_ENABLE_SHARED_EXTENSION "Click 'Cancel' to stop enabling the extension."; }; -WARNINGBOX RID_WARNINGBOX_DISABLE_SHARED_EXTENSION +WarningBox RID_WARNINGBOX_DISABLE_SHARED_EXTENSION { Buttons = WB_OK_CANCEL; DefButton = WB_DEF_CANCEL; |