[cheese/three-point-oh] argh, forgot to close the string
- From: Daniel G. Siegel <dgsiegel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese/three-point-oh] argh, forgot to close the string
- Date: Mon, 12 Jul 2010 00:20:35 +0000 (UTC)
commit 164fb6707f01a38683c9b2cb735ba62f757f9489
Author: daniel g. siegel <dgsiegel gnome org>
Date: Mon Jul 12 02:19:18 2010 +0200
argh, forgot to close the string
src/cheese-window.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/cheese-window.vala b/src/cheese-window.vala
index 405c7c5..75f8a2f 100644
--- a/src/cheese-window.vala
+++ b/src/cheese-window.vala
@@ -495,7 +495,7 @@ public class Cheese.MainWindow : Gtk.Window
if (!is_recording)
{
camera.start_video_recording (fileutil.get_new_media_filename (this.current_mode));
- take_action_button_label.label = "<b>" + _("Stop _Recording") + "</b>;
+ take_action_button_label.label = "<b>" + _("Stop _Recording") + "</b>";
take_action_button_image.set_from_stock (Gtk.STOCK_MEDIA_STOP, Gtk.IconSize.BUTTON);
this.is_recording = true;
this.disable_mode_change ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]