Re: [gnome-network] [PATH] Tooltips and statusbar messages in Nettool
- From: Rodrigo Moya <rodrigo gnome-db org>
- To: Carlos Garcia Campos <carlosgc gnome org>
- Cc: GNOME Network <gnome-network-list gnome org>
- Subject: Re: [gnome-network] [PATH] Tooltips and statusbar messages in Nettool
- Date: Thu, 24 Jun 2004 12:13:03 +0200
On Wed, 2004-06-23 at 21:58 +0200, Carlos Garcia Campos wrote:
> Hi all,
>
> attached is a patch that adds tooltips and status bar messages in gnome-
> nettool.
> + if (netinfo->stbar_text)
> + g_free (netinfo->stbar_text);
> + netinfo->stbar_text = g_strdup_printf (_("Lookup %s"), host);
> +
it would be better to use "Looking up %s" here
> + tips = gtk_tooltips_new ();
> + gtk_tooltips_set_tip (tips, GTK_WIDGET (entry_host),
>
hmm, we are creating a GtkTooltips for every page, wouldn't it be better
to just use one for all?
cheers
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]