diff options
Diffstat (limited to 'plugins/SimpleAR/src/Options.cpp')
| -rw-r--r-- | plugins/SimpleAR/src/Options.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SimpleAR/src/Options.cpp b/plugins/SimpleAR/src/Options.cpp index c541651d96..7647b89dd5 100644 --- a/plugins/SimpleAR/src/Options.cpp +++ b/plugins/SimpleAR/src/Options.cpp @@ -22,7 +22,7 @@ INT_PTR CALLBACK DlgProcOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPara  			for (INT c = ID_STATUS_ONLINE; c < ID_STATUS_IDLE; c++) {
  				mir_snprintf(tszStatus, "%d", c);
 -				wchar_t *pszStatus = pcli->pfnGetStatusModeDescription(c, 0);
 +				wchar_t *pszStatus = Clist_GetStatusModeDescription(c, 0);
  				if (c == ID_STATUS_ONLINE || c == ID_STATUS_FREECHAT || c == ID_STATUS_INVISIBLE)
  					continue;
  				else {
  | 
