Re: Bug #137160 "Move up" and "Move down" buttons should have arrow icons



On Wed, 2005-01-19 at 20:52 +0400, michael gossard wrote:
> Hi all,
> 
> this patch adds arrow icons for "Move Up" and "Move down" buttons in
> preferences dialog.
> 
> the patch is also in bugzilla.
> 
> michael gossard

So let's give this maintainer thing a try:

+static GtkWidget *
+button_new_with_mnemonic (const gchar *stockid, const gchar *str)
+{
...
+       label = gtk_label_new_with_mnemonic (_("Move _Up"));

You forgot to actually use the string parameter for the label here.
Apart from that, it looks good - So I changed that and committed it.
Thank you.

Martin





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