s/GtkRadiant/NetRadiant/
git-svn-id: svn://svn.icculus.org/netradiant/trunk@81 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
@@ -288,7 +288,7 @@ void about_plugin_window()
|
||||
vbox = gtk_vbox_new(FALSE, 10); // create a box to arrange new objects vertically
|
||||
gtk_container_add(GTK_CONTAINER(window), vbox); // add the box to the window
|
||||
|
||||
label = gtk_label_new("SunPlug v1.0 for GtkRadiant 1.5\nby Topsun"); // create a label
|
||||
label = gtk_label_new("SunPlug v1.0 for NetRadiant 1.5\nby Topsun"); // create a label
|
||||
gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT); // text align left
|
||||
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 2); // insert the label in the box
|
||||
|
||||
@@ -459,4 +459,4 @@ void MapCoordinator()
|
||||
|
||||
gtk_window_set_position(GTK_WINDOW(window), GTK_WIN_POS_CENTER); // center the window
|
||||
gtk_widget_show_all(window); // show the window and all subelements
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user