aboutsummaryrefslogtreecommitdiffstats
path: root/src/text.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-02-25 12:10:15 +0000
committerVincent Richard <[email protected]>2013-02-25 12:10:15 +0000
commit49f9628c0a6e86ee530a0da53605afac8c770c7e (patch)
tree15d36d336811039292c068c6e7cd938436b5a47d /src/text.cpp
parentDefaults to local charset when assigning word from raw string. (diff)
downloadvmime-49f9628c0a6e86ee530a0da53605afac8c770c7e.tar.gz
vmime-49f9628c0a6e86ee530a0da53605afac8c770c7e.zip
Fixed typo in function name.
Diffstat (limited to 'src/text.cpp')
-rw-r--r--src/text.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.cpp b/src/text.cpp
index d1ae6075..05353b08 100644
--- a/src/text.cpp
+++ b/src/text.cpp
@@ -51,7 +51,7 @@ text::text(const string& t, const charset& ch)
text::text(const string& t)
{
- createFromString(t, charset::getLocaleCharset());
+ createFromString(t, charset::getLocalCharset());
}