summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/searching4games.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Xfire/src/searching4games.cpp')
-rw-r--r--protocols/Xfire/src/searching4games.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Xfire/src/searching4games.cpp b/protocols/Xfire/src/searching4games.cpp
index 17a11c80c1..6cd9512e8d 100644
--- a/protocols/Xfire/src/searching4games.cpp
+++ b/protocols/Xfire/src/searching4games.cpp
@@ -258,7 +258,7 @@ void Scan4Games( LPVOID lparam )
else
mir_snprintf(temp, SIZEOF(temp), "%i", i);
- //MessageBoxA(0,temp,temp,0);
+ //MessageBox(0,temp,temp,0);
//letztes ergeniss sichern
last_gpps=gpps;
@@ -711,7 +711,7 @@ void Scan4Games( LPVOID lparam )
}
}
- if (hwnd)SetDlgItemTextA(hwnd,IDC_CURRENTGAME,Translate("Write to database..."));
+ if (hwnd)SetDlgItemText(hwnd,IDC_CURRENTGAME,TranslateT("Write to database..."));
//gefundene games in db eintragen
xgamelist.writeDatabase();