diff options
Diffstat (limited to 'src/kchmmainwindow.cpp')
-rw-r--r-- | src/kchmmainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kchmmainwindow.cpp b/src/kchmmainwindow.cpp index f6391d2..0abfdb7 100644 --- a/src/kchmmainwindow.cpp +++ b/src/kchmmainwindow.cpp @@ -1056,7 +1056,7 @@ void KCHMMainWindow::slotExtractCHM( ) this, 0, i18n("Choose a directory to store CHM content"), - TRUE ); + true ); #endif if ( outdir.isEmpty() ) |