[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Patch: bug in TMerge settings dlg

From: Kloster Oddvar <Oddvar.Kloster_at_sintef.no>
Date: Wed, 17 Sep 2008 14:48:47 +0200

The settings dialog in Tmerge does not allow you to save the Ignore
Whitespace settings. Fix by substituting lines 204-206 in
SetMainPage.cpp with:

        ON_BN_CLICKED(IDC_WSCOMPARE,
&CSetMainPage::OnBnClickedWhitespace)
        ON_BN_CLICKED(IDC_WSIGNORECHANGED,
&CSetMainPage::OnBnClickedWhitespace)
        ON_BN_CLICKED(IDC_WSIGNOREALL,
&CSetMainPage::OnBnClickedWhitespace)

Oddvar

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-09-17 14:48:53 CEST

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.