diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-23 19:49:48 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-23 19:49:48 +0000 |
commit | 071328ca9151cdafb12e00e817c4fe559b3c8220 (patch) | |
tree | 6532ac8f6b5193ae3093276272da9f81743a26f6 /src/resource.rc | |
parent | 9b45dbb35a3fb8a9885b72da231bf03671979d86 (diff) |
Profile manager:
- fixed profile sorting;
- fixed run on dblclick
git-svn-id: http://svn.miranda-ng.org/main/trunk@13793 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/resource.rc')
-rw-r--r-- | src/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resource.rc b/src/resource.rc index 31ab3dab7b..68db7557f6 100644 --- a/src/resource.rc +++ b/src/resource.rc @@ -391,7 +391,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | DS_CONTROL EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- CONTROL "List1",IDC_PROFILELIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,0,3,207,117
+ CONTROL "List1",IDC_PROFILELIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SORTASCENDING | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,0,3,207,117
END
IDD_PROFILE_NEW DIALOGEX 0, 0, 208, 122
|