]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/sunplug/sunplug.cpp
s/GtkRadiant/NetRadiant/
[xonotic/netradiant.git] / contrib / sunplug / sunplug.cpp
index 67103018d39f2d9211bc22210f8f4c4bc144e9fc..cebf44ebabcbaedeb6dc05736ec276ba2c149bc5 100644 (file)
@@ -288,7 +288,7 @@ void about_plugin_window()
     vbox = gtk_vbox_new(FALSE, 10); // create a box to arrange new objects vertically\r
     gtk_container_add(GTK_CONTAINER(window), vbox); // add the box to the window\r
 \r
     vbox = gtk_vbox_new(FALSE, 10); // create a box to arrange new objects vertically\r
     gtk_container_add(GTK_CONTAINER(window), vbox); // add the box to the window\r
 \r
-    label = gtk_label_new("SunPlug v1.0 for GtkRadiant 1.5\nby Topsun"); // create a label\r
+    label = gtk_label_new("SunPlug v1.0 for NetRadiant 1.5\nby Topsun"); // create a label\r
     gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT); // text align left\r
     gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 2); // insert the label in the box\r
 \r
     gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT); // text align left\r
     gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 2); // insert the label in the box\r
 \r
@@ -459,4 +459,4 @@ void MapCoordinator()
 \r
   gtk_window_set_position(GTK_WINDOW(window), GTK_WIN_POS_CENTER); // center the window\r
   gtk_widget_show_all(window); // show the window and all subelements\r
 \r
   gtk_window_set_position(GTK_WINDOW(window), GTK_WIN_POS_CENTER); // center the window\r
   gtk_widget_show_all(window); // show the window and all subelements\r
-}
\ No newline at end of file
+}\r