diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-23 00:25:07 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-23 00:25:07 -0500 |
commit | e8fb38587031c1d97383dbf4b9a12e1633af055e (patch) | |
tree | 95bef2f88c08d41dc802ad2d0172abaa2454b8d9 /libk3b | |
parent | 34cf284af963587283afac5373f8fb8f1e096f6b (diff) | |
download | k3b-e8fb38587031c1d97383dbf4b9a12e1633af055e.tar.gz k3b-e8fb38587031c1d97383dbf4b9a12e1633af055e.zip |
Fix incorrect characters.
Diffstat (limited to 'libk3b')
-rw-r--r-- | libk3b/projects/datacd/k3bdatadoc.cpp | 2 | ||||
-rw-r--r-- | libk3b/tools/k3biso9660.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libk3b/projects/datacd/k3bdatadoc.cpp b/libk3b/projects/datacd/k3bdatadoc.cpp index debc574..d25e342 100644 --- a/libk3b/projects/datacd/k3bdatadoc.cpp +++ b/libk3b/projects/datacd/k3bdatadoc.cpp @@ -1188,7 +1188,7 @@ bool K3bDataDoc::importSession( K3bDevice::Device* device ) // TODO: also import some other pd fields const K3bIso9660Directory* rootDir = iso.firstRRDirEntry(); - // J�rg Schilling says that it is impossible to import the joliet tree for multisession + // Jörg Schilling says that it is impossible to import the joliet tree for multisession // if( !rootDir ) // rootDir = iso.firstJolietDirEntry(); if( !rootDir ) diff --git a/libk3b/tools/k3biso9660.h b/libk3b/tools/k3biso9660.h index c25ef48..395c6ea 100644 --- a/libk3b/tools/k3biso9660.h +++ b/libk3b/tools/k3biso9660.h @@ -319,7 +319,7 @@ class LIBK3B_EXPORT K3bIso9660File : public K3bIso9660Entry /** * This class is based on the KIso class by - * Gy�gy Szombathelyi <gyurco@users.sourceforge.net>. + * György Szombathelyi <gyurco@users.sourceforge.net>. * A lot has been changed and bugfixed. * The API has been improved to be useful. * |