diff options
author | Darrell Anderson <[email protected]> | 2013-05-23 01:58:49 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2013-05-23 01:58:49 -0500 |
commit | f64808af7bf6fb44249666050b77ea24972b3021 (patch) | |
tree | 71545503f8a2ed4833ac0f3159a7e52f5c8b80e0 /libk9copy | |
parent | 30c1ea135c184217e7cdc70c8f9e60a9f9928dba (diff) | |
download | k9copy-f64808af7bf6fb44249666050b77ea24972b3021.tar.gz k9copy-f64808af7bf6fb44249666050b77ea24972b3021.zip |
Fix incorrect characters.
Diffstat (limited to 'libk9copy')
-rw-r--r-- | libk9copy/k9dvdtitleset.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk9copy/k9dvdtitleset.cpp b/libk9copy/k9dvdtitleset.cpp index eb295ac..aa0e50a 100644 --- a/libk9copy/k9dvdtitleset.cpp +++ b/libk9copy/k9dvdtitleset.cpp @@ -68,7 +68,7 @@ bool k9DVDTitleset::getselected() void k9DVDTitleset::setselected(bool _state) { - // selectionner / d�electionner tous les titres + // selectionner / selectionner tous les titres for (int i=0; i<count();i++) { k9DVDTitle *title=titles.at(i); |