Paul Rohr wrote: > At 11:35 AM 1/29/00 -0600, Robert Sievers wrote: > >While you are at it, on Windows the Reset, Edit, and Dictionary > >buttons all cause an instant hang. Would you be up for graying these > >buttons out? Later when someone wants to hook these up and do preferences > >right we will go for the permanent solution. Meanwhile, just graying out > >the buttons will keep people from crashing, and sending me mail complaining > >about it. > > Per Bob's request, disabled unimplemented buttons. > > M src/wp/ap/win/ap_Win32Res_DlgOptions.rc2 > > They didn't crash for me on NT, but perhaps there was some subtle 95ism in > play here. > And here is my patch for the new strings. I am still having problems with the makefile but I would guess that is of a lower priority. Also can some one explain to me how to move things around in the Options dialog on Linux/Unix? I want to move the "Units:" text and the drop down menu for it closer together but I can't seem to find the place in the code where they are assigned their positions. > > Paul -- ---- Logan Hall
Index: abi/src/wp/ap/xp/ap_String_Id.h =================================================================== RCS file: /cvsroot/abi/src/wp/ap/xp/ap_String_Id.h,v retrieving revision 1.26 diff -u -w -r1.26 ap_String_Id.h --- abi/src/wp/ap/xp/ap_String_Id.h 2000/01/27 00:22:43 1.26 +++ abi/src/wp/ap/xp/ap_String_Id.h 2000/01/27 20:08:29 @@ -140,7 +140,7 @@ dcl(DLG_Options_OptionsTitle, "Options") dcl(DLG_Options_TabLabel_Spelling, "Spelling") -dcl(DLG_Options_TabLabel_Preferences, "Preferences") +dcl(DLG_Options_TabLabel_Preferences, "Preference Schemes") dcl(DLG_Options_TabLabel_View, "View") dcl(DLG_Options_Btn_Save, "Sa&ve") @@ -160,7 +160,7 @@ dcl(DLG_Options_Btn_IgnoreReset, "&Reset") dcl(DLG_Options_Btn_IgnoreEdit, "&Edit") -dcl(DLG_Options_Label_PrefsAutoSave, "&Automatically save preferences") +dcl(DLG_Options_Label_PrefsAutoSave, "&Automatically save this Scheme") dcl(DLG_Options_Label_PrefsCurrentScheme, "Current Preferences Scheme") dcl(DLG_Options_Label_ViewShowHide, "Show/Hide...")
