Skip to content

Commit

Permalink
Made 'Continue' the default button
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin committed Feb 16, 2022
1 parent 6fd1df5 commit ad41822
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ static bool idaapi run(size_t arg)
if (action == 0)
{
const char mainDialog[] =
{
{
"STARTITEM 1\n"
"BUTTON YES* Continue\n"

// ---------------- Help ----------------
Expand Down
2 changes: 1 addition & 1 deletion StdAfx.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@

#include "WaitBoxEx.h"

#define MY_VERSION MAKE_SEMANTIC_VERSION(VERSION_RELEASE, 1, 1, 0)
#define MY_VERSION MAKE_SEMANTIC_VERSION(VERSION_RELEASE, 1, 1, 1)

0 comments on commit ad41822

Please sign in to comment.