Revision: 7341
http://winmerge.svn.sourceforge.net/winmerge/?rev=7341&view=rev
Author: gerundt
Date: 2010-10-22 16:45:47 +0000 (Fri, 22 Oct 2010)
Log Message:
-----------
PATCH: [ 2205583 ] Use new compare status icons for editor windows
- The other part was committed with r7278
Modified Paths:
--------------
branches/R2_14/Src/ChildFrm.cpp
Modified: branches/R2_14/Src/ChildFrm.cpp
===================================================================
--- branches/R2_14/Src/ChildFrm.cpp 2010-10-21 23:18:41 UTC (rev 7340)
+++ branches/R2_14/Src/ChildFrm.cpp 2010-10-22 16:45:47 UTC (rev 7341)
@@ -310,8 +310,8 @@
m_wndStatusBar.SetPaneText(PANE_LEFT_RO, sText.c_str(), TRUE);
m_wndStatusBar.SetPaneText(PANE_RIGHT_RO, sText.c_str(), TRUE);
- m_hIdentical = AfxGetApp()->LoadIcon(IDI_EQUALFILE);
- m_hDifferent = AfxGetApp()->LoadIcon(IDI_NOTEQUALFILE);
+ m_hIdentical = AfxGetApp()->LoadIcon(IDI_EQUALTEXTFILE);
+ m_hDifferent = AfxGetApp()->LoadIcon(IDI_NOTEQUALTEXTFILE);
return 0;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|