]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/console.cpp
s/GtkRadiant/NetRadiant/
[xonotic/netradiant.git] / radiant / console.cpp
index 37a034284212d1fdc3d53a4f12cf27628a4d59ea..ad282f16e5b787bdabdadfe49ef0256c9aaece28 100644 (file)
@@ -66,7 +66,7 @@ void Sys_LogFile(bool enable)
       time_t localtime;
       time(&localtime);
       globalOutputStream() << "Today is: " << ctime(&localtime)
-        << "This is GtkRadiant '" RADIANT_VERSION "' compiled " __DATE__ "\n" RADIANT_ABOUTMSG "\n";
+        << "This is NetRadiant '" RADIANT_VERSION "' compiled " __DATE__ "\n" RADIANT_ABOUTMSG "\n";
     }
     else
       gtk_MessageBox (0, "Failed to create log file, check write permissions in Radiant directory.\n",