|
Lines 159-164
void resource::ConfigRead( void )
Link Here
|
| 159 |
OPTION_Book_White = CFG->readBoolEntry( "BookWhite", FALSE ); |
159 |
OPTION_Book_White = CFG->readBoolEntry( "BookWhite", FALSE ); |
| 160 |
OPTION_Book_Black = CFG->readBoolEntry( "BookBlack", FALSE ); |
160 |
OPTION_Book_Black = CFG->readBoolEntry( "BookBlack", FALSE ); |
| 161 |
OPTION_Pause_On_Minimize = CFG->readBoolEntry( "PauseOnMinimize", TRUE ); |
161 |
OPTION_Pause_On_Minimize = CFG->readBoolEntry( "PauseOnMinimize", TRUE ); |
|
|
162 |
OPTION_Delete_Logs = CFG->readBoolEntry( "DeleteLogOnExit", FALSE ); |
| 162 |
OPTION_Reuse_PGN = CFG->readBoolEntry( "ReusePGN", FALSE ); |
163 |
OPTION_Reuse_PGN = CFG->readBoolEntry( "ReusePGN", FALSE ); |
| 163 |
PGN_Filename = CFG->readEntry( "PGNFilename", TQString() ); |
164 |
PGN_Filename = CFG->readEntry( "PGNFilename", TQString() ); |
| 164 |
SCID_Image_Path = CFG->readEntry( "SCIDImages", TQString() ); |
165 |
SCID_Image_Path = CFG->readEntry( "SCIDImages", TQString() ); |
|
Lines 235-240
void resource::ConfigWrite( void )
Link Here
|
| 235 |
CFG->writeEntry( "BookBlack", OPTION_Book_Black ); |
236 |
CFG->writeEntry( "BookBlack", OPTION_Book_Black ); |
| 236 |
CFG->writeEntry( "BoardOrientation", OPTION_Board_Orientation ); |
237 |
CFG->writeEntry( "BoardOrientation", OPTION_Board_Orientation ); |
| 237 |
CFG->writeEntry( "PauseOnMinimize", OPTION_Pause_On_Minimize ); |
238 |
CFG->writeEntry( "PauseOnMinimize", OPTION_Pause_On_Minimize ); |
|
|
239 |
CFG->writeEntry( "DeleteLogOnExit", OPTION_Delete_Logs ); |
| 238 |
CFG->writeEntry( "ReusePGN", OPTION_Reuse_PGN ); |
240 |
CFG->writeEntry( "ReusePGN", OPTION_Reuse_PGN ); |
| 239 |
CFG->writeEntry( "PGNFilename", PGN_Filename ); |
241 |
CFG->writeEntry( "PGNFilename", PGN_Filename ); |
| 240 |
CFG->writeEntry( "AutoCloseLastICS", OPTION_Auto_Close_Last_ICS ); |
242 |
CFG->writeEntry( "AutoCloseLastICS", OPTION_Auto_Close_Last_ICS ); |