Change title to "Moonshot Identity Selector"
authorKevin Wasserman <krwasserman@hotmail.com>
Tue, 9 Apr 2013 15:17:28 +0000 (11:17 -0400)
committerKevin Wasserman <krwasserman@hotmail.com>
Tue, 9 Apr 2013 15:27:53 +0000 (11:27 -0400)
src/moonshot-identity-management-view.vala

index 01c0de8..9cfca59 100644 (file)
@@ -58,7 +58,7 @@ public class IdentityManagerView : Window {
           identities_manager = parent_app.model;
        request_queue = new GLib.Queue<IdentityRequest>();
        service_button_map = new HashTable<Gtk.Button, string> (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();