diff options
Diffstat (limited to 'c/main.cpp')
-rw-r--r-- | c/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -462,7 +462,7 @@ LRESULT CALLBACK WndProc(const HWND hWnd, const UINT uMsg, const WPARAM wParam, case IDM_RATE1: case IDM_RATE0: g_pElv->Redraw(); - g_pElv->DoSort(); + g_pElv->Sort(); g_pElv->ShowFocus(); } b: break; |