From 0199472ae865d062ac3cfd14be6eb069eff28f30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Mon, 5 Sep 2016 20:23:31 +0000 Subject: 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 --- include/m_clist.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') 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 -- cgit v1.2.3