diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-13 00:25:59 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-13 00:25:59 +0000 |
commit | 9307b8a7e3e7508807efb31193f2808a6ea73199 (patch) | |
tree | 8038d4ec10163f77963b3311d0175543bae62a5a /protocols/IcqOscarJ | |
parent | c74c76d784cb9c383c7a063deb98be285afc5dd3 (diff) |
removed some not needed spaces, capitals, etc.
git-svn-id: http://svn.miranda-ng.org/main/trunk@6470 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ')
-rw-r--r-- | protocols/IcqOscarJ/src/icq_uploadui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/icq_uploadui.cpp b/protocols/IcqOscarJ/src/icq_uploadui.cpp index ba8cbc30ff..570a1e0b5e 100644 --- a/protocols/IcqOscarJ/src/icq_uploadui.cpp +++ b/protocols/IcqOscarJ/src/icq_uploadui.cpp @@ -876,7 +876,7 @@ static INT_PTR CALLBACK DlgProcUploadList(HWND hwndDlg,UINT message,WPARAM wPara if (!ppro->icqOnline())
{
char str[MAX_PATH];
- AppendToUploadLog(hwndDlg, ICQTranslateUtfStatic(LPGEN("You have to be online to sychronize the server-list !"), str, MAX_PATH));
+ AppendToUploadLog(hwndDlg, ICQTranslateUtfStatic(LPGEN("You have to be online to sychronize the server-list!"), str, MAX_PATH));
break;
}
working = 1;
|