diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-08-06 15:18:44 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-08-06 15:18:44 +0000 |
commit | 49d658cecedfa4ee799a8844edf551e4f2485924 (patch) | |
tree | ff685e07749eec77a7cc06d8b4c9e3a8ae97d5cd | |
parent | 51e774a89e5263f7de319809bcf2b3486b55a39b (diff) |
PackUpdater:
disabled clicking on columns name in update dialog
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@159 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
-rw-r--r-- | PackUpdater/Resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PackUpdater/Resource.rc b/PackUpdater/Resource.rc index 4f3d615..3c6757e 100644 --- a/PackUpdater/Resource.rc +++ b/PackUpdater/Resource.rc @@ -45,7 +45,7 @@ BEGIN DEFPUSHBUTTON "View info",IDC_INFO,84,187,66,14,WS_DISABLED | NOT WS_TABSTOP
PUSHBUTTON "Cancel",IDCANCEL,160,187,50,14
CTEXT "PackUpdater has detected updated versions\nof the following Miranda components:",IDC_UPDATETEXT,9,9,217,22
- CONTROL "",IDC_LIST_UPDATES,"SysListView32",LVS_REPORT | LVS_SINGLESEL | WS_BORDER | WS_TABSTOP,9,37,217,105
+ CONTROL "",IDC_LIST_UPDATES,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,9,37,217,105
GROUPBOX "Description",IDC_DESCR,9,142,217,43
EDITTEXT IDC_MESSAGE,12,152,212,30,ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | NOT WS_BORDER | WS_VSCROLL
END
|