From: Anthony Liguori <aliguori@us.ibm.com>
To: Stefan Weil <sw@weilnetz.de>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, Stefan Weil <sw@weilnetz.de>
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] ui/gtk: Use menu item from stock for full screen
Date: Fri, 22 Feb 2013 13:11:44 -0600 [thread overview]
Message-ID: <878v6gupsf.fsf@codemonkey.ws> (raw)
In-Reply-To: <1361554844-21054-1-git-send-email-sw@weilnetz.de>
Stefan Weil <sw@weilnetz.de> writes:
> This reduces the required translations and gives a nicer menu
> with an icon.
>
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
> po/de_DE.po | 4 ----
> po/it.po | 4 ----
> po/messages.po | 4 ----
> ui/gtk.c | 3 ++-
> 4 files changed, 2 insertions(+), 13 deletions(-)
>
> diff --git a/po/de_DE.po b/po/de_DE.po
> index cb74d7c..8755783 100644
> --- a/po/de_DE.po
> +++ b/po/de_DE.po
> @@ -24,10 +24,6 @@ msgstr "_Datei"
> msgid "_View"
> msgstr "_Ansicht"
>
> -#: ../ui/gtk.c:1002
> -msgid "_Full Screen"
> -msgstr "Voll_bild"
> -
> #: ../ui/gtk.c:1029
> msgid "Zoom To _Fit"
> msgstr "Auf _Fenstergröße skalieren"
> diff --git a/po/it.po b/po/it.po
> index 2b23491..7d77fff 100644
> --- a/po/it.po
> +++ b/po/it.po
> @@ -24,10 +24,6 @@ msgstr "_File"
> msgid "_View"
> msgstr "_Visualizza"
>
> -#: ../ui/gtk.c:1002
> -msgid "_Full Screen"
> -msgstr "_Schermo intero"
> -
> #: ../ui/gtk.c:1029
> msgid "Zoom To _Fit"
> msgstr "Adatta alla _finestra"
> diff --git a/po/messages.po b/po/messages.po
> index a90cd6f..191e81c 100644
> --- a/po/messages.po
> +++ b/po/messages.po
> @@ -24,10 +24,6 @@ msgstr ""
> msgid "_View"
> msgstr ""
>
> -#: ../ui/gtk.c:1002
> -msgid "_Full Screen"
> -msgstr ""
> -
> #: ../ui/gtk.c:1029
> msgid "Zoom To _Fit"
> msgstr ""
> diff --git a/ui/gtk.c b/ui/gtk.c
> index 57553b2..237f7ad 100644
> --- a/ui/gtk.c
> +++ b/ui/gtk.c
> @@ -1016,7 +1016,8 @@ static void gd_create_menus(GtkDisplayState *s)
> gtk_menu_set_accel_group(GTK_MENU(s->view_menu), accel_group);
> s->view_menu_item = gtk_menu_item_new_with_mnemonic(_("_View"));
>
> - s->full_screen_item = gtk_check_menu_item_new_with_mnemonic(_("_Full Screen"));
> + s->full_screen_item =
> + gtk_image_menu_item_new_from_stock(GTK_STOCK_FULLSCREEN,
> NULL);
Good thinking but it needs to stay a check menu item because of the
various calls to gtk_check_menu_item_get_active.
Regards,
Anthony Liguori
> gtk_menu_item_set_accel_path(GTK_MENU_ITEM(s->full_screen_item),
> "<QEMU>/View/Full Screen");
> gtk_accel_map_add_entry("<QEMU>/View/Full Screen", GDK_KEY_f, GDK_CONTROL_MASK | GDK_MOD1_MASK);
> --
> 1.7.10.4
prev parent reply other threads:[~2013-02-22 19:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-22 17:40 [Qemu-trivial] [PATCH] ui/gtk: Use menu item from stock for full screen Stefan Weil
2013-02-22 19:11 ` Anthony Liguori [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878v6gupsf.fsf@codemonkey.ws \
--to=aliguori@us.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=sw@weilnetz.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.