diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-09-01 18:35:17 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-09-01 18:35:17 +0000 |
commit | 856648d8c6f14c7d57aba610588f52c79ec18987 (patch) | |
tree | 81e54ca4bab2b5d151c4de478a437c7347e2e3e9 /plugins/SplashScreen/res | |
parent | 3309aba98dfae9c24313021a373c33cbf0c2cad1 (diff) |
removed not used options
git-svn-id: http://svn.miranda-ng.org/main/trunk@5896 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SplashScreen/res')
-rw-r--r-- | plugins/SplashScreen/res/splash.rc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/SplashScreen/res/splash.rc b/plugins/SplashScreen/res/splash.rc index e14c3da3f3..1a4ced4791 100644 --- a/plugins/SplashScreen/res/splash.rc +++ b/plugins/SplashScreen/res/splash.rc @@ -55,8 +55,6 @@ BEGIN PUSHBUTTON "...",IDC_CHOOSESPLASH,222,40,22,11
CONTROL "Play sound",IDC_PLAYSND,"Button",BS_AUTO3STATE |
WS_TABSTOP,58,55,64,10
- CONTROL "Loop sound",IDC_LOOPSOUND,"Button",BS_AUTOCHECKBOX |
- WS_TABSTOP,130,55,137,10
EDITTEXT IDC_SNDPATH,69,67,145,13,ES_AUTOHSCROLL
PUSHBUTTON "...",IDC_CHOOSESND,222,68,22,11
GROUPBOX "Show Miranda Version",IDC_STATIC,20,90,275,42
|