[cheese] window: set correct label when recording
- From: Filippo Argiolas <fargiolas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese] window: set correct label when recording
- Date: Wed, 24 Mar 2010 15:46:56 +0000 (UTC)
commit 3d2d83b42e17589a4682f4476908367255f65c96
Author: Filippo Argiolas <filippo argiolas gmail com>
Date: Sun Mar 21 10:22:16 2010 +0100
window: set correct label when recording
Set the main button label to "Stop recording" while recording.
https://bugzilla.gnome.org/show_bug.cgi?id=613421
src/cheese-window.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/cheese-window.c b/src/cheese-window.c
index 58a3c10..60dbe96 100644
--- a/src/cheese-window.c
+++ b/src/cheese-window.c
@@ -835,8 +835,8 @@ cheese_window_action_button_clicked_cb (GtkWidget *widget, CheeseWindow *cheese_
{
gtk_action_group_set_sensitive (priv->actions_effects, FALSE);
gtk_action_group_set_sensitive (priv->actions_toggle, FALSE);
- gtk_label_set_markup_with_mnemonic (GTK_LABEL (priv->label_take_photo), _BOLD(VIDEO_START_LABEL));
- gtk_label_set_markup_with_mnemonic (GTK_LABEL (priv->label_take_photo_fullscreen), _BOLD(VIDEO_START_LABEL));
+ gtk_label_set_markup_with_mnemonic (GTK_LABEL (priv->label_take_photo), _BOLD(VIDEO_STOP_LABEL));
+ gtk_label_set_markup_with_mnemonic (GTK_LABEL (priv->label_take_photo_fullscreen), _BOLD(VIDEO_STOP_LABEL));
gtk_image_set_from_stock (GTK_IMAGE (
priv->image_take_photo), GTK_STOCK_MEDIA_STOP, GTK_ICON_SIZE_BUTTON);
gtk_image_set_from_stock (GTK_IMAGE (priv->image_take_photo_fullscreen),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]