s/GtkRadiant/NetRadiant/

git-svn-id: svn://svn.icculus.org/netradiant/trunk@81 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
rpolzer
2008-09-17 13:32:43 +00:00
parent 867591c067
commit 4eeb89d4b2
17 changed files with 22 additions and 22 deletions

View File

@@ -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
}
}