diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-20 19:32:54 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-20 19:32:54 +0000 |
commit | 05d7641afd10c5af6cb8b5bef34a5e86a001c2d2 (patch) | |
tree | 4b37cb63582d19658cc59a9302ac7f37b9861373 /protocols/Xfire/src/searching4games.cpp | |
parent | defe4cc2bf3f06c3362248adad611b752d815f10 (diff) |
Xfire: spelling corrections
git-svn-id: http://svn.miranda-ng.org/main/trunk@6562 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src/searching4games.cpp')
-rw-r--r-- | protocols/Xfire/src/searching4games.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Xfire/src/searching4games.cpp b/protocols/Xfire/src/searching4games.cpp index 4ef543cf08..6a5289511b 100644 --- a/protocols/Xfire/src/searching4games.cpp +++ b/protocols/Xfire/src/searching4games.cpp @@ -263,7 +263,7 @@ void Scan4Games( LPVOID lparam ) //letztes ergeniss sichern
last_gpps=gpps;
- //las ma mal suchen ....
+ //las ma mal suchen...
gpps=xfire_GetPrivateProfileString(temp, "LongName", "", gamename, 255, inipath);
char entrytype[100]="";
@@ -711,7 +711,7 @@ void Scan4Games( LPVOID lparam ) }
}
- if(hwnd)SetDlgItemTextA(hwnd,IDC_CURRENTGAME,Translate("Write to database ..."));
+ if(hwnd)SetDlgItemTextA(hwnd,IDC_CURRENTGAME,Translate("Write to database..."));
//gefundene games in db eintragen
xgamelist.writeDatabase();
|