summaryrefslogtreecommitdiffstats
path: root/knights/resource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/resource.cpp')
-rw-r--r--knights/resource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/resource.cpp b/knights/resource.cpp
index c191c11..aa8ec21 100644
--- a/knights/resource.cpp
+++ b/knights/resource.cpp
@@ -164,7 +164,7 @@ void resource::ConfigRead( void )
PGN_Filename = CFG->readEntry( "PGNFilename", TQString() );
SCID_Image_Path = CFG->readEntry( "SCIDImages", TQString() );
OPTION_Auto_Close_Last_ICS = CFG->readBoolEntry( "AutoCloseLastICS", TRUE );
- OPTION_Show_Extended_PGN = CFG->readEntry( "ShowExtendedPGN", FALSE );
+ OPTION_Show_Extended_PGN = CFG->readBoolEntry( "ShowExtendedPGN", FALSE );
OPTION_Auto_Call_Flag = CFG->readBoolEntry( "AutoCallFlag", TRUE );
Email_Command_Line = CFG->readEntry( "EmailCommandLine", TQString("kmail -s %s --attach %m %a") );
Accepted_License = CFG->readBoolEntry( "Alg2p", FALSE );