This is the mail archive of the cygwin-apps-cvs mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

setup localdir.cc res.rc resource.h ChangeLog


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	davek@sourceware.org	2009-12-08 22:26:44

Modified files:
	.              : localdir.cc res.rc resource.h ChangeLog 

Log message:
	* localdir.cc (offer_to_create): New function.
	(browse_cb): Handle selection changed and validate failed
	callbacks, and call offer_to_create where appropriate.
	(browse): Set new dialog style flags in browser info.
	(LocalDirPage::OnNext): Replace call to mkdir_p with offer to
	create or error message dialog display, allow proceeding to
	chooser even if local dir does not exist in unattend mode or
	if user insists, and fix small memory leak.
	
	* res.rc (IDS_MAYBE_MKDIR, IDS_CANT_MKDIR, IDS_NO_CWD): Define new
	string resources.
	* resource.h (IDS_MAYBE_MKDIR, IDS_CANT_MKDIR, IDS_NO_CWD): Define
	corresponding resource ID numbers.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/localdir.cc.diff?cvsroot=cygwin-apps&r1=2.30&r2=2.31
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/res.rc.diff?cvsroot=cygwin-apps&r1=2.81&r2=2.82
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/resource.h.diff?cvsroot=cygwin-apps&r1=2.39&r2=2.40
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.661&r2=2.662


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]