rename all references to default_button_index -> default_id to keep consistent with cancel_id
This commit is contained in:
parent
dfce803045
commit
ae5c6add11
7 changed files with 28 additions and 28 deletions
|
@ -38,7 +38,7 @@ int ShowMessageBox(NativeWindow* parent_window,
|
|||
MessageBoxType type,
|
||||
const std::vector<std::string>& buttons,
|
||||
int cancel_id,
|
||||
int default_button_index,
|
||||
int default_id,
|
||||
int options,
|
||||
const std::string& title,
|
||||
const std::string& message,
|
||||
|
@ -48,7 +48,7 @@ int ShowMessageBox(NativeWindow* parent_window,
|
|||
void ShowMessageBox(NativeWindow* parent_window,
|
||||
MessageBoxType type,
|
||||
const std::vector<std::string>& buttons,
|
||||
int default_button_index,
|
||||
int default_id,
|
||||
int cancel_id,
|
||||
int options,
|
||||
const std::string& title,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue