|
|
@ -174,7 +174,7 @@ void resource::ConfigRead( void )
|
|
|
|
OPTION_Show_Last_Move = CFG->readBoolEntry( "ShowLastMove", TRUE );
|
|
|
|
OPTION_Show_Last_Move = CFG->readBoolEntry( "ShowLastMove", TRUE );
|
|
|
|
OPTION_Animate_Moves = CFG->readBoolEntry( "AnimateMoves", FALSE );
|
|
|
|
OPTION_Animate_Moves = CFG->readBoolEntry( "AnimateMoves", FALSE );
|
|
|
|
OPTION_Show_Coord = CFG->readBoolEntry( "ShowCoord", FALSE );
|
|
|
|
OPTION_Show_Coord = CFG->readBoolEntry( "ShowCoord", FALSE );
|
|
|
|
OPTION_Board_Orientation = CFG->readBoolEntry( "BoardQt::Orientation", 0 );
|
|
|
|
OPTION_Board_Orientation = CFG->readBoolEntry( "BoardOrientation", 0 );
|
|
|
|
|
|
|
|
|
|
|
|
/* ICS */
|
|
|
|
/* ICS */
|
|
|
|
CFG->setGroup( "ICS" );
|
|
|
|
CFG->setGroup( "ICS" );
|
|
|
@ -233,7 +233,7 @@ void resource::ConfigWrite( void )
|
|
|
|
CFG->writeEntry( "Ponder", OPTION_Ponder );
|
|
|
|
CFG->writeEntry( "Ponder", OPTION_Ponder );
|
|
|
|
CFG->writeEntry( "BookWhite", OPTION_Book_White );
|
|
|
|
CFG->writeEntry( "BookWhite", OPTION_Book_White );
|
|
|
|
CFG->writeEntry( "BookBlack", OPTION_Book_Black );
|
|
|
|
CFG->writeEntry( "BookBlack", OPTION_Book_Black );
|
|
|
|
CFG->writeEntry( "BoardQt::Orientation", OPTION_Board_Orientation );
|
|
|
|
CFG->writeEntry( "BoardOrientation", OPTION_Board_Orientation );
|
|
|
|
CFG->writeEntry( "PauseOnMinimize", OPTION_Pause_On_Minimize );
|
|
|
|
CFG->writeEntry( "PauseOnMinimize", OPTION_Pause_On_Minimize );
|
|
|
|
CFG->writeEntry( "ReusePGN", OPTION_Reuse_PGN );
|
|
|
|
CFG->writeEntry( "ReusePGN", OPTION_Reuse_PGN );
|
|
|
|
CFG->writeEntry( "PGNFilename", PGN_Filename );
|
|
|
|
CFG->writeEntry( "PGNFilename", PGN_Filename );
|
|
|
|