diff options
author | George Hazan <ghazan@miranda.im> | 2022-09-09 07:43:57 -0700 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-09-09 07:43:57 -0700 |
commit | 1d55a15ece762c77eb0f7b4f1ccc7cb994480e92 (patch) | |
tree | de34804e11f26eb55431cf38a133ef3a29a050b5 /src | |
parent | ef4be63bdcf7e0a3467de578b65bbbe79949cad6 (diff) |
fixes #3186 (SmileyAdd: добавить ссылку на закачку смайлов)
Diffstat (limited to 'src')
-rw-r--r-- | src/mir_app/src/sounds.cpp | 4 |
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() :
|