projects
/
xonotic
/
netradiant.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22de360
)
Fixed spelling in a comment
author
Willi Schinmeyer <willi@schinmeyer.de>
Fri, 4 May 2012 08:07:28 +0000
(10:07 +0200)
committer
Willi Schinmeyer <willi@schinmeyer.de>
Fri, 4 May 2012 08:07:28 +0000
(10:07 +0200)
radiant/mainframe.cpp
patch
|
blob
|
history
diff --git
a/radiant/mainframe.cpp
b/radiant/mainframe.cpp
index 6d24c98baf44d6d2c5f0cac0ce1a857afbc1f522..70a5a1f89c7f40c543e859c998ca48a26e525da8 100644
(file)
--- a/
radiant/mainframe.cpp
+++ b/
radiant/mainframe.cpp
@@
-3625,7
+3625,7
@@
const bool IsMap(const char* filename){
}
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] ) ) {
Sys_Printf( "loading project file from the command line: %s\n", g_argv[1] );
if ( !QE_LoadProject( g_argv[1] ) ) {