diff options
Diffstat (limited to 'plugins/SMS/src/SMSConstans.h')
-rw-r--r-- | plugins/SMS/src/SMSConstans.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SMS/src/SMSConstans.h b/plugins/SMS/src/SMSConstans.h index 710aed57ba..b347620cbf 100644 --- a/plugins/SMS/src/SMSConstans.h +++ b/plugins/SMS/src/SMSConstans.h @@ -39,7 +39,7 @@ struct FontOptionsList }
static fontOptionsList[] = {
- { RGB(106, 106, 106), _T("Arial"), 0, -12},
+ { RGB(106, 106, 106), L"Arial", 0, -12},
};
|