replace the crap

This commit is contained in:
reinerj 2004-08-09 10:57:00 +00:00
parent 3629c9cdcc
commit 1e781c1033
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@
$window = &new GtkWindow();
$window->connect('destroy',array('etemplate','destroy'));
$window->connect('delete-event',array('etemplate','delete_event'));
$window->set_title('phpGroupWareGTK: '.$GLOBALS['phpgw_info']['server']['site_title']);
$window->set_title('eGroupWareGTK: '.$GLOBALS['phpgw_info']['server']['site_title']);
$window->set_default_size(1024,600);
$GLOBALS['phpgw_info']['etemplate']['window'] = &$window;

View File

@ -1,6 +1,6 @@
<?php
/**************************************************************************\\
* phpGroupWare - Setup *
* eGroupWare - Setup *
* http://www.eGroupWare.org *
* Created by eTemplates DB-Tools written by ralfbecker@outdoor-training.de *
* -------------------------------------------- *