]> cygwin.com Git - cygwin-apps/setup.git/commit - ChangeLog
* desktop.cc: added logic to handle to the new dialog and to
authorDJ Delorie <dj@redhat.com>
Thu, 7 Sep 2000 01:45:12 +0000 (01:45 +0000)
committerDJ Delorie <dj@redhat.com>
Thu, 7 Sep 2000 01:45:12 +0000 (01:45 +0000)
commit50225eae72d386dd085b6b613bb7299da3c59505
tree2235f906540953d095bb60dbbf0d4434c00a7c4f
parent8c198b18d5f38c16537afd82ece081ee3d0cc922
* desktop.cc: added logic to handle to the new dialog and to
default the setting for the new checkboxes based on whether the
desktop icon or start menu link already exist.
(desktop_icon): correction to desktop directories for desktop icon
creation.  Additional logic added for Win95 which does not appear
to have Common Directories so if Common selected and null uses
normal directory.
(start_menu): Additional logic added for Win95 which does not
appear to have Common Directories so if Common selected and null
uses normal directory.
(do_desktop_setup): moved the saving of the icon, creation of the
bat file, profile, passwd, Start Menu link and desktop shortcut to
this method from do_desktop.  Made the creation of the desktop
icon and start menu link conditional on settings of new dialog
created for desktop.
* install.cc (do_install): changed next from IDD_S_DESKTOP to
IDD_DESKTOP.
* main.cc (WinMain): changed case IDD_S_DESKTOP to IDD_DESKTOP.
* res.rc: added new resource to create a desktop dialog with 2
checkboxes for creating the desktop icon and start menu link.
* resource.h: changed IDD_S_DESKTOP to IDD_DESKTOP and added two
new controls: IDC_ROOT_MENU and IDC_ROOT_DESKTOP for new dialog.
* state.h: added root_menu and root_desktop for use in dialog.
ChangeLog
desktop.cc
install.cc
main.cc
res.rc
resource.h
state.h
This page took 0.034705 seconds and 5 git commands to generate.