Skip to content

Commit faab953

Browse files
committed
Use notepad
1 parent 633a433 commit faab953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Diag.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ void Diag::Begin ( void )
318318
std::cout << "Error code: \"" << PasteBinResult << "\"" << std::endl;
319319
std::cout << "Please paste the contents of the opened Wordpad window at https://pastebin.mtasa.com" << std::endl;
320320
std::cout << "Include the MTA Pastebin link in your forum post." << std::endl << std::endl;
321-
ShellExecuteA ( NULL, "open", "wordpad.exe", QuoteFilename( files[FILE_LOG] ).c_str(), NULL, SW_SHOW );
321+
ShellExecuteA ( NULL, "open", "notepad.exe", QuoteFilename( files[FILE_LOG] ).c_str(), NULL, SW_SHOW );
322322
}
323323
}
324324

0 commit comments

Comments
 (0)