Edward Catmur wrote:

> This patch improves HIG compliance when compiled with FEAT_GUI_GNOME:
> 
> * Close confirmation dialogs use "Save/Discard/Cancel" instead of
> "Yes/No/Cancel"
> * GTK_STOCK_SAVE used for "Save"
> * Default button placed at end of message dialog, with order passed in
> set as alternative button order
> 
> vim_dialog_yesnocancel() is renamed to vim_dialog_savediscardcancel(),
> because that's all it's used for. Same for vim_dialog_yesnoallcancel().

I'll look into this later.  Perhaps Save/Discard/Cancel is better for
all GUIs, since you don't need to read the text to know whether "yes"
means "save" or "discard".  But it will break the translations.

> Also attached is a patch to disable guioptions="t" (tearoff menus) when
> compiled with FEAT_GUI_GNOME, also for desktop consistency.

You mean that the default is not to use tearoff menus, one can still
have them when wanted.

-- 
Managers are like cats in a litter box.  They instinctively shuffle things
around to conceal what they've done.
                                (Scott Adams - The Dilbert principle)

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

Reply via email to