diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-21 23:58:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-21 23:58:17 +0900 |
commit | f5bf2a732160103328930baf1103c30fabaf9e21 (patch) | |
tree | 7eaa4498c486e764a850845efd03183da24007ee | |
parent | 47f11820fd68578cc5b5a74586fd6bf3ad41b5ba (diff) | |
download | tde-style-lipstik-f5bf2a732160103328930baf1103c30fabaf9e21.tar.gz tde-style-lipstik-f5bf2a732160103328930baf1103c30fabaf9e21.zip |
Fixed invalid characters in names with umlaut letters.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | style/lipstik.cpp | 2 | ||||
-rw-r--r-- | style/lipstik.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/style/lipstik.cpp b/style/lipstik.cpp index 2510786..e63324a 100644 --- a/style/lipstik.cpp +++ b/style/lipstik.cpp @@ -21,7 +21,7 @@ (c) 2002,2003 Maksim Orlovich <mo002j@mail.rochester.edu> based on the TDE HighColor Style Copyright (C) 2001-2002 Karol Szwed <gallium@kde.org> - (C) 2001-2002 Fredrik H�glund <fredrik@kde.org> + (C) 2001-2002 Fredrik Höglund <fredrik@kde.org> Drawing routines adapted from the KDE2 HCStyle, Copyright (C) 2000 Daniel M. Duley <mosfet@kde.org> (C) 2000 Dirk Mueller <mueller@kde.org> diff --git a/style/lipstik.h b/style/lipstik.h index 994d065..358a20b 100644 --- a/style/lipstik.h +++ b/style/lipstik.h @@ -19,7 +19,7 @@ (c) 2002,2003 Maksim Orlovich <mo002j@mail.rochester.edu> based on the KDE3 HighColor Style Copyright (C) 2001-2002 Karol Szwed <gallium@kde.org> - (C) 2001-2002 Fredrik H�glund <fredrik@kde.org> + (C) 2001-2002 Fredrik Höglund <fredrik@kde.org> Drawing routines adapted from the KDE2 HCStyle, Copyright (C) 2000 Daniel M. Duley <mosfet@kde.org> (C) 2000 Dirk Mueller <mueller@kde.org> |