2007-01-09 [colin] 2.7.0cvs4
[claws.git] / src / gtk / pluginwindow.c
index 19e57b90d40d7f58b840f07a30a42b8ea0b2173d..343d130e10b708cde8014c81572b5491345172ce 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto and the Sylpheed-Claws Team
+ * Copyright (C) 1999-2007 Hiroyuki Yamamoto and the Claws Mail Team
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -285,6 +285,7 @@ void pluginwindow_create()
        gtk_container_set_border_width(GTK_CONTAINER(window), 8);
        gtk_window_set_title(GTK_WINDOW(window), _("Plugins"));
        gtk_window_set_modal(GTK_WINDOW(window), TRUE);
+       manage_window_set_transient(window);
 
        vbox1 = gtk_vbox_new(FALSE, 4);
        gtk_widget_show(vbox1);
@@ -334,7 +335,7 @@ void pluginwindow_create()
        gtk_container_add(GTK_CONTAINER(scrolledwindow3), plugin_desc);
 
        desc_lbl = gtk_label_new(_("More plugins are available from the "
-                                  "Sylpheed-Claws website."));
+                                  "Claws Mail website."));
        gtk_misc_set_alignment(GTK_MISC(desc_lbl), 0, 0.5);
        gtk_widget_show(desc_lbl);
        gtk_box_pack_start(GTK_BOX(vbox1), desc_lbl, FALSE, FALSE, 0);