summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-10-24 13:08:55 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2010-10-24 13:08:55 +0200
commit1c5ece6100d7dcb1015187a7e3ae73b41d509b16 (patch)
tree311941102526e2ab645bd38ad77918c27d4e1588 /CONTRIBUTORS
parentfbbcb8e9c88901b4a583fb688718b3dc6a5ceea2 (diff)
downloadvdr-1c5ece6100d7dcb1015187a7e3ae73b41d509b16.tar.gz
vdr-1c5ece6100d7dcb1015187a7e3ae73b41d509b16.tar.bz2
Added cString::operator=(const char *String)
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 0af54535..d6a06464 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -2626,3 +2626,6 @@ Cristiano A. Silva <arquithek@gmail.com>
Osama Alrawab <alrawab@hotmail.com>
for adding support for languages that are written right-to-left
for translating OSD texts to the Arabian language
+
+Antti Seppälä <a.seppala@gmail.com>
+ for suggesting to add cString::operator=(const char *String)