Skip to content

Commit f19937d

Browse files
committed
Use notepad in strings and comments
1 parent faab953 commit f19937d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Diag.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,11 @@ void Diag::Begin ( void )
312312
std::cout << PasteBinResult << std::endl;
313313
}
314314
}
315-
else // upload failure, open the log in WordPad so the user can copy & paste it themselves
315+
else // upload failure, open the log in Notepad so the user can copy & paste it themselves
316316
{
317317
std::cout << std::endl << std::endl << "Failed to upload log file to MTA Pastebin." << std::endl;
318318
std::cout << "Error code: \"" << PasteBinResult << "\"" << std::endl;
319-
std::cout << "Please paste the contents of the opened Wordpad window at https://pastebin.mtasa.com" << std::endl;
319+
std::cout << "Please paste the contents of the opened Notepad window at https://pastebin.mtasa.com" << std::endl;
320320
std::cout << "Include the MTA Pastebin link in your forum post." << std::endl << std::endl;
321321
ShellExecuteA ( NULL, "open", "notepad.exe", QuoteFilename( files[FILE_LOG] ).c_str(), NULL, SW_SHOW );
322322
}

0 commit comments

Comments
 (0)