[BeOS] Options dialog fix


Subject: [BeOS] Options dialog fix
From: Christopher Plymire (chrisjp@eudoramail.com)
Date: Thu Aug 03 2000 - 09:35:55 CDT


This resource will update the options dialog to support the new toolbar
toggles.
It goes in /src/wp/main/beos and needs to be tagged as binary.

The following lines need to be added at line 209 in /src/wp/ap/beos/
ap_BeOSDialog_Options.cpp

        TOGGLE_BASED_ON_MESSAGE('cbet' , m_DlgOptions->
id_CHECK_VIEW_SHOW_EXTRA_TOOLBAR)
        TOGGLE_BASED_ON_MESSAGE('cbft' , m_DlgOptions->
id_CHECK_VIEW_SHOW_FORMAT_TOOLBAR)
        TOGGLE_BASED_ON_MESSAGE('cbst' , m_DlgOptions->
id_CHECK_VIEW_SHOW_STANDARD_TOOLBAR)
        TOGGLE_BASED_ON_MESSAGE('stat' , m_DlgOptions->
id_CHECK_VIEW_SHOW_STATUS_BAR)

The line appearing about 10 lines before this as:
        TOGGLE_BASED_ON_MESSAGE('chtb' , m_DlgOptions->
id_CHECK_VIEW_SHOW_TOOLBARS)
also needs to be commented out if not already done so.

Thanks,
Christopher





This archive was generated by hypermail 2b25 : Thu Aug 03 2000 - 13:38:55 CDT