diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-05-30 13:36:33 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-05-30 13:36:33 +0000 |
commit | 13a5d7c94b811424a5a7db097689ed76e97abf63 (patch) | |
tree | f4ababcf025f9e527e67e05c2333e9d57176706a | |
parent | 10fb752dbb0894bfa950a2862c4a5d6e3f6b337e (diff) |
removed cooment. now IDC_UA_SAVSTATE activate apply button
git-svn-id: http://svn.miranda-ng.org/main/trunk@4840 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/Actman/ua/i_opt_dlg.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Actman/ua/i_opt_dlg.inc b/plugins/Actman/ua/i_opt_dlg.inc index 01f01dceb7..e9d7dc5048 100644 --- a/plugins/Actman/ua/i_opt_dlg.inc +++ b/plugins/Actman/ua/i_opt_dlg.inc @@ -499,7 +499,7 @@ begin IDC_UA_VARNAMESH: ShowVarHelp(Dialog,IDC_UA_VARNAMESV);
IDC_UA_SHOWVARH : ShowVarHelp(Dialog,IDC_UA_SHOWVARV);
-//??? IDC_UA_SAVSTATE,
+ IDC_UA_SAVSTATE,
IDC_UA_GLOBAL: SendMessage(GetParent(Dialog),PSM_CHANGED,0,0);
IDC_UA_SEPARATE: begin
|