From 1260e9575c7c033cd2441d24b745ae8043ed5540 Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Tue, 9 Apr 2013 11:17:28 -0400 Subject: [PATCH 1/1] Change title to "Moonshot Identity Selector" --- src/moonshot-identity-management-view.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/moonshot-identity-management-view.vala b/src/moonshot-identity-management-view.vala index 01c0de8..9cfca59 100644 --- a/src/moonshot-identity-management-view.vala +++ b/src/moonshot-identity-management-view.vala @@ -58,7 +58,7 @@ public class IdentityManagerView : Window { identities_manager = parent_app.model; request_queue = new GLib.Queue(); service_button_map = new HashTable (direct_hash, direct_equal); - this.title = "Moonshoot"; + this.title = "Moonshot Identity Selector"; this.set_position (WindowPosition.CENTER); set_default_size (WINDOW_WIDTH, WINDOW_HEIGHT); build_ui(); -- 2.1.4