From 805dca9742a1e6c2d49ea5b7c913fccb51efc093 Mon Sep 17 00:00:00 2001 From: Sup Yut Sum Date: Mon, 3 Mar 2014 19:14:59 +0800 Subject: [PATCH] Changed Files Dialog should sort by ascending order as default Signed-off-by: Sup Yut Sum --- src/TortoiseProc/FileDiffDlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TortoiseProc/FileDiffDlg.cpp b/src/TortoiseProc/FileDiffDlg.cpp index 0187365d7..158b732b7 100644 --- a/src/TortoiseProc/FileDiffDlg.cpp +++ b/src/TortoiseProc/FileDiffDlg.cpp @@ -49,7 +49,7 @@ #define ID_REVERT1 9 #define ID_REVERT2 10 -BOOL CFileDiffDlg::m_bAscending = FALSE; +BOOL CFileDiffDlg::m_bAscending = TRUE; int CFileDiffDlg::m_nSortedColumn = -1; UINT CFileDiffDlg::WM_DISABLEBUTTONS = RegisterWindowMessage(_T("TORTOISEGIT_FILEDIFF_DISABLEBUTTONS")); -- 2.11.4.GIT