bibledit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [be] Re: Balsa Testing in Ghana


From: Teus Benschop
Subject: Re: [be] Re: Balsa Testing in Ghana
Date: Tue, 08 Feb 2011 13:35:54 +0100

On Tue, 2011-02-08 at 21:55 +1000, Kim Blewett wrote:

> Looking at your updated File menu, the items "Close" and "Exit" right 
> next to each other may be confusing to new users. Would it be an easy 
> thing for you to change the label of this "Close" item to "Close current 
> window", please? Or Close active window?
> 

Hello Kim,

Changing the caption is possible. 

But using Quit and Close as is now in the menu seems to be fairly
standard. For example, looking at gedit, the Text Editor, it has exactly
the same thing. It may cause confusion if Bibledit-Gtk departs from what
other Gtk based programs have in their interface. 

If you'd like to change it yourself, the code is in src/mainwindow.cpp.

Current code:

  close1 = gtk_image_menu_item_new_from_stock("gtk-close", NULL);

Your code:

  close1 = gtk_menu_item_new_with_mnemonic("Close current window");

Hope it works!

Teus




reply via email to

[Prev in Thread] Current Thread [Next in Thread]