mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
fix a typo.
This commit is contained in:
parent
11231d848e
commit
c4764ba2f0
@ -167,7 +167,7 @@ NS_COM void nsDebug::Assertion(const char* aStr, const char* aExpr,
|
||||
PR_snprintf(msg, sizeof(msg),
|
||||
"%s\n\nClick Abort to exit the Application.\n"
|
||||
"Click Retry to Debug the Application..\n"
|
||||
"Click Ignore to continue running th Application.", buf);
|
||||
"Click Ignore to continue running the Application.", buf);
|
||||
int code = ::MessageBox(NULL, msg, "nsDebug::Assertion",
|
||||
MB_ICONSTOP | MB_ABORTRETRYIGNORE);
|
||||
switch(code)
|
||||
|
@ -167,7 +167,7 @@ NS_COM void nsDebug::Assertion(const char* aStr, const char* aExpr,
|
||||
PR_snprintf(msg, sizeof(msg),
|
||||
"%s\n\nClick Abort to exit the Application.\n"
|
||||
"Click Retry to Debug the Application..\n"
|
||||
"Click Ignore to continue running th Application.", buf);
|
||||
"Click Ignore to continue running the Application.", buf);
|
||||
int code = ::MessageBox(NULL, msg, "nsDebug::Assertion",
|
||||
MB_ICONSTOP | MB_ABORTRETRYIGNORE);
|
||||
switch(code)
|
||||
|
Loading…
Reference in New Issue
Block a user