зеркало из https://github.com/mozilla/gecko-dev.git
fix a typo.
This commit is contained in:
Родитель
11231d848e
Коммит
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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче