diff options
author | Robert Pösel <robyer@seznam.cz> | 2016-09-05 20:23:31 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2016-09-05 20:23:31 +0000 |
commit | 0199472ae865d062ac3cfd14be6eb069eff28f30 (patch) | |
tree | def49594479b2b6c8293786a6c93cf122175607e /include/m_clist.h | |
parent | 7ff796e0716907a6454a719a30855fd644f0a123 (diff) |
Clist_modern: Make default settings much more user friendly with our default skin
Also remove extra icons defaults from modern as they are unused here.
git-svn-id: http://svn.miranda-ng.org/main/trunk@17260 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_clist.h')
-rw-r--r-- | include/m_clist.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/m_clist.h b/include/m_clist.h index ccd6820d49..57b2737fc6 100644 --- a/include/m_clist.h +++ b/include/m_clist.h @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (ñ) 2012-16 Miranda NG project (http://miranda-ng.org)
+Copyright (�) 2012-16 Miranda NG project (http://miranda-ng.org)
Copyright (c) 2000-08 Miranda ICQ/IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
@@ -293,7 +293,7 @@ typedef struct { // Moreover if you process WM_COMMAND youself and your window contains self menu
// please be sure that you will not call service for non-clist menu items.
// The simplest way is to ensure that your menus are not use item ids from such range.
-// Otherwise, you HAVE TO distinguish WM_COMMAND from clist menus and from youê internal menu and
+// Otherwise, you HAVE TO distinguish WM_COMMAND from clist menus and from you� internal menu and
// DO NOT call Clist_MenuProcessCommand for non clist menus.
#define CLISTMENUIDMIN 0x4000 // reserved range for clist menu ids
@@ -550,7 +550,7 @@ typedef struct { #define SETTING_SHOWMAINMENU_DEFAULT 1
#define SETTING_SHOWCAPTION_DEFAULT 1
#define SETTING_CLIENTDRAG_DEFAULT 1
-#define SETTING_ONTOP_DEFAULT 0
+#define SETTING_ONTOP_DEFAULT 1
#define SETTING_MIN2TRAY_DEFAULT 1
#define SETTING_TRAY1CLICK_DEFAULT (IsWinVer7Plus()?1:0)
#define SETTING_HIDEOFFLINE_DEFAULT 0
|