summaryrefslogtreecommitdiff
path: root/plugins/Quotes/src/Locale.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Quotes/src/Locale.h')
-rw-r--r--plugins/Quotes/src/Locale.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Quotes/src/Locale.h b/plugins/Quotes/src/Locale.h
index 92d3a56ed4..05288c146f 100644
--- a/plugins/Quotes/src/Locale.h
+++ b/plugins/Quotes/src/Locale.h
@@ -3,7 +3,7 @@
// std::string GetLocaleInfoString(LCTYPE LCType,LCID Locale = LOCALE_USER_DEFAULT);
const std::locale GetSystemLocale();
-tstring Quotes_GetDateFormat(bool bShort);
-tstring Quotes_GetTimeFormat(bool bShort);
+LPCTSTR Quotes_GetDateFormat(bool bShort);
+LPCTSTR Quotes_GetTimeFormat(bool bShort);
#endif //__11f7afd0_5a66_4029_8bf3_e3c66346b349_Locale_h_