[gnome-clocks] Use a suitably localised window title
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks] Use a suitably localised window title
- Date: Sun, 9 Oct 2016 07:46:24 +0000 (UTC)
commit 47c2b4f83f7e1b6593d1b0c6acffaac01725936a
Author: Ron Yorston <rmy pobox com>
Date: Tue Jul 5 10:28:00 2016 +0000
Use a suitably localised window title
https://bugzilla.gnome.org/show_bug.cgi?id=768437
src/window.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/window.vala b/src/window.vala
index 165337f..308b35b 100644
--- a/src/window.vala
+++ b/src/window.vala
@@ -61,6 +61,7 @@ public class Window : Gtk.ApplicationWindow {
int width, height;
settings.get ("size", "(ii)", out width, out height);
resize (width, height);
+ set_title (_("Clocks"));
panels = new Gtk.Widget[N_PANELS];
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]