Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 26, 2009, 10:55:43 PM (15 years ago)
Author:
rgrieder
Message:

Small stuff, mostly spelling mistakes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/libraries/core/Core.cc

    r5973 r5992  
    126126
    127127            SetConfigValue(language_, Language::getInstance().defaultLanguage_)
    128                 .description("The language of the ingame text")
     128                .description("The language of the in game text")
    129129                .callback(this, &CoreConfiguration::languageChanged);
    130130            SetConfigValue(bInitializeRandomNumberGenerator_, true)
     
    222222        this->pathConfig_->setConfigurablePaths();
    223223
    224         // create a signal handler (only active for linux)
     224        // create a signal handler (only active for Linux)
    225225        // This call is placed as soon as possible, but after the directories are set
    226226        this->signalHandler_.reset(new SignalHandler());
    227227        this->signalHandler_->doCatch(PathConfig::getExecutablePathString(), PathConfig::getLogPathString() + "orxonox_crash.log");
    228228
    229         // Set the correct log path. Before this call, /tmp (Unix) or %TEMP% was used
     229        // Set the correct log path. Before this call, /tmp (Unix) or %TEMP% (Windows) was used
    230230        OutputHandler::getOutStream().setLogPath(PathConfig::getLogPathString());
    231231
Note: See TracChangeset for help on using the changeset viewer.