diff options
author | Michele Calgaro <[email protected]> | 2022-06-21 23:58:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-06-21 23:58:37 +0900 |
commit | 7bd38891b26bafac6c79a2db2ed33cb755de09da (patch) | |
tree | 56ac60e5bc178058f8912a2819e50ed9a817c9b4 | |
parent | acc4fda301443095f9891b043453a56fb3477cfa (diff) | |
download | tde-style-lipstik-7bd38891b26bafac6c79a2db2ed33cb755de09da.tar.gz tde-style-lipstik-7bd38891b26bafac6c79a2db2ed33cb755de09da.zip |
Fixed invalid characters in names with umlaut letters.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit f5bf2a732160103328930baf1103c30fabaf9e21)
-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 <[email protected]> based on the TDE HighColor Style Copyright (C) 2001-2002 Karol Szwed <[email protected]> - (C) 2001-2002 Fredrik H�glund <[email protected]> + (C) 2001-2002 Fredrik Höglund <[email protected]> Drawing routines adapted from the KDE2 HCStyle, Copyright (C) 2000 Daniel M. Duley <[email protected]> (C) 2000 Dirk Mueller <[email protected]> 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 <[email protected]> based on the KDE3 HighColor Style Copyright (C) 2001-2002 Karol Szwed <[email protected]> - (C) 2001-2002 Fredrik H�glund <[email protected]> + (C) 2001-2002 Fredrik Höglund <[email protected]> Drawing routines adapted from the KDE2 HCStyle, Copyright (C) 2000 Daniel M. Duley <[email protected]> (C) 2000 Dirk Mueller <[email protected]> |