File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ private static void SetWithChefKeys(string hotkeyStr)
57
57
e . StackTrace ) ) ;
58
58
string errorMsg = string . Format ( App . API . GetTranslation ( "registerHotkeyFailed" ) , hotkeyStr ) ;
59
59
string errorMsgTitle = App . API . GetTranslation ( "MessageBoxTitle" ) ;
60
- MessageBoxEx . Show ( errorMsg , errorMsgTitle ) ;
60
+ App . API . ShowMsgBox ( errorMsg , errorMsgTitle ) ;
61
61
}
62
62
}
63
63
@@ -108,7 +108,7 @@ internal static void RemoveHotkey(string hotkeyStr)
108
108
e . StackTrace ) ) ;
109
109
string errorMsg = string . Format ( App . API . GetTranslation ( "unregisterHotkeyFailed" ) , hotkeyStr ) ;
110
110
string errorMsgTitle = App . API . GetTranslation ( "MessageBoxTitle" ) ;
111
- MessageBoxEx . Show ( errorMsg , errorMsgTitle ) ;
111
+ App . API . ShowMsgBox ( errorMsg , errorMsgTitle ) ;
112
112
}
113
113
}
114
114
You can’t perform that action at this time.
0 commit comments