diff options
Diffstat (limited to 'plugins/Ping/src/options.cpp')
| -rw-r--r-- | plugins/Ping/src/options.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Ping/src/options.cpp b/plugins/Ping/src/options.cpp index f818782ec7..3909b2ce6c 100644 --- a/plugins/Ping/src/options.cpp +++ b/plugins/Ping/src/options.cpp @@ -169,7 +169,7 @@ INT_PTR CALLBACK DlgProcDestEdit(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM)  	case WM_INITDIALOG:
  		TranslateDialogDefault(hwndDlg);
  		for (int i = ID_STATUS_OFFLINE; i <= ID_STATUS_OUTTOLUNCH; i++) {
 -			wchar_t *ret = pcli->pfnGetStatusModeDescription(i, 0);
 +			wchar_t *ret = Clist_GetStatusModeDescription(i, 0);
  			SendDlgItemMessage(hwndDlg, IDC_COMBO_DESTSTAT, CB_INSERTSTRING, (WPARAM)-1, (LPARAM)ret);
  			SendDlgItemMessage(hwndDlg, IDC_COMBO_DESTSTAT2, CB_INSERTSTRING, (WPARAM)-1, (LPARAM)ret);
  		}
  | 
