diff options
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 <[email protected]>. + * Gy�rgy Szombathelyi <[email protected]>. * A lot has been changed and bugfixed. * The API has been improved to be useful. * |