diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/shlxthandler/util/iso8601_converter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/shlxthandler/util/iso8601_converter.cxx b/shell/source/win32/shlxthandler/util/iso8601_converter.cxx index 678acfbec4f7..537ca8d36ab1 100644 --- a/shell/source/win32/shlxthandler/util/iso8601_converter.cxx +++ b/shell/source/win32/shlxthandler/util/iso8601_converter.cxx @@ -65,7 +65,7 @@ std::wstring iso8601_date_to_local_date(const std::wstring& isoDate ) else ws8601DateTime = StringToWString( asDateTime ); - //get tools::Time info from structure + //get Time info from structure WCHAR TimeBuffer[ MAX_PATH ]; int TimeSize = GetTimeFormatW( |