diff options
Diffstat (limited to 'src/Main/StringFormatter.cpp')
-rw-r--r-- | src/Main/StringFormatter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/StringFormatter.cpp b/src/Main/StringFormatter.cpp index 5adb4c63..7478f37a 100644 --- a/src/Main/StringFormatter.cpp +++ b/src/Main/StringFormatter.cpp @@ -10,7 +10,7 @@ #include "StringFormatter.h" #include "UserInterfaceException.h" -namespace TrueCrypt +namespace VeraCrypt { StringFormatter::StringFormatter (const wxString &format, StringFormatterArg arg0, StringFormatterArg arg1, StringFormatterArg arg2, StringFormatterArg arg3, StringFormatterArg arg4, StringFormatterArg arg5, StringFormatterArg arg6, StringFormatterArg arg7, StringFormatterArg arg8, StringFormatterArg arg9) { |