summaryrefslogtreecommitdiff
path: root/src/mir_app
diff options
context:
space:
mode:
Diffstat (limited to 'src/mir_app')
-rw-r--r--src/mir_app/src/sounds.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mir_app/src/sounds.cpp b/src/mir_app/src/sounds.cpp
index 722db7a531..52407c32cf 100644
--- a/src/mir_app/src/sounds.cpp
+++ b/src/mir_app/src/sounds.cpp
@@ -98,7 +98,6 @@ class CSoundOptionsDlg : public CDlgBase
ShowWindow(GetDlgItem(m_hwnd, IDC_LOCATION), iCommand);
ShowWindow(GetDlgItem(m_hwnd, IDC_CHANGE), iCommand);
ShowWindow(GetDlgItem(m_hwnd, IDC_PREVIEW), iCommand);
- ShowWindow(GetDlgItem(m_hwnd, IDC_GETMORE), iCommand);
}
CCtrlButton btnPreview, btnChange;