mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-29 15:11:54 +00:00
Fixed spelling in a comment
This commit is contained in:
parent
22de3606a6
commit
ead68d8884
1 changed files with 1 additions and 1 deletions
|
@ -3625,7 +3625,7 @@ const bool IsMap(const char* filename){
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainFrame::CreateQEChildren(){
|
void MainFrame::CreateQEChildren(){
|
||||||
// load the project file, if it is a project project file. (Or at least no .map)
|
// load the project file, if it is a project file. (Or at least no .map)
|
||||||
if ( g_argc > 1 && !IsMap( g_argv[1] ) ) {
|
if ( g_argc > 1 && !IsMap( g_argv[1] ) ) {
|
||||||
Sys_Printf( "loading project file from the command line: %s\n", g_argv[1] );
|
Sys_Printf( "loading project file from the command line: %s\n", g_argv[1] );
|
||||||
if ( !QE_LoadProject( g_argv[1] ) ) {
|
if ( !QE_LoadProject( g_argv[1] ) ) {
|
||||||
|
|
Loading…
Reference in a new issue