diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-05-01 05:57:23 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-05-01 05:57:23 +0000 |
commit | 1460301afa7a98175e116b264d70351a62dc95b7 (patch) | |
tree | 0a8d21553a832066b087a837aea241bbc20d6c52 /Plugins/extraicons/options.h | |
parent | 1384fbb1943d788c3d81aecc979c90fd3eb8b423 (diff) |
extraicons: 0.2.1.0
* Fix for multi selection in Windows Vista
+ CTRL now deselects too
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@172 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Plugins/extraicons/options.h')
-rw-r--r-- | Plugins/extraicons/options.h | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/Plugins/extraicons/options.h b/Plugins/extraicons/options.h index 81204be..5d50348 100644 --- a/Plugins/extraicons/options.h +++ b/Plugins/extraicons/options.h @@ -1,22 +1,21 @@ /*
-Copyright (C) 2009 Ricardo Pescuma Domenecci
-
-This is free software; you can redistribute it and/or
-modify it under the terms of the GNU Library General Public
-License as published by the Free Software Foundation; either
-version 2 of the License, or (at your option) any later version.
-
-This is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public
-License along with this file; see the file license.txt. If
-not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
-*/
-
+ Copyright (C) 2009 Ricardo Pescuma Domenecci
+
+ This is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+
+ This is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Library General Public License for more details.
+
+ You should have received a copy of the GNU Library General Public
+ License along with this file; see the file license.txt. If
+ not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+ */
#ifndef __OPTIONS_H__
# define __OPTIONS_H__
|