Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 12, 2011, 4:28:53 PM (13 years ago)
Author:
landauf
Message:

use exit() instead of abort() if the ogre config dialog was canceled by the user. avoids error/crash message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/GraphicsManager.cc

    r7284 r7868  
    305305        if (!ogreRoot_->restoreConfig())
    306306            if (!ogreRoot_->showConfigDialog())
    307                 ThrowException(InitialisationFailed, "OGRE graphics configuration dialogue failed.");
     307                ThrowException(InitialisationFailed, "OGRE graphics configuration dialogue canceled.");
    308308
    309309        CCOUT(4) << "Creating render window" << std::endl;
Note: See TracChangeset for help on using the changeset viewer.