summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mir_app/src/sounds.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mir_app/src/sounds.cpp b/src/mir_app/src/sounds.cpp
index 52407c32cf..d8911ffd9a 100644
--- a/src/mir_app/src/sounds.cpp
+++ b/src/mir_app/src/sounds.cpp
@@ -100,10 +100,10 @@ class CSoundOptionsDlg : public CDlgBase
ShowWindow(GetDlgItem(m_hwnd, IDC_PREVIEW), iCommand);
}
- CCtrlButton btnPreview, btnChange;
CCtrlCheck chkSounds;
- CCtrlHyperlink linkGetMore;
+ CCtrlButton btnPreview, btnChange;
CCtrlTreeView m_tree;
+ CCtrlHyperlink linkGetMore;
public:
CSoundOptionsDlg() :