File: xcingb.c

package info (click to toggle)
cpanel 0.4.0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,612 kB
  • ctags: 777
  • sloc: ansic: 7,931; sh: 3,099; makefile: 376; yacc: 318; perl: 68
file content (35 lines) | stat: -rw-r--r-- 1,011 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/*****************************************************************
 *
 *   xcin23.c
 *
 *     Copyright (c) 2000  Kam Tik <kamtik@hongkong.com>
 *
 *	http://debian.kamtik.net
 *
 *     This program is distributed in the hope that it will be useful,
 *     but WITHOUT ANY WARRANTY; without even the implied warranty of
 *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *     GNU General Public License for more details.
 *
 *     You should have received a copy of the GNU General Public License
 *     along with this program; if not, write to the Free Software
 *     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
 *
 ******************************************************************/

#ifdef HAVE_CONFIG_H
#  include <config.h>
#endif

#include "cpanel.h"
#include "defaults.h"

void xcingb(GtkWidget *button, gpointer *data)
{
	system("xcingb &");
}

void xcingb_help(GtkWidget *button, gpointer *data)
{
	show_help("xcin23_HOWTO",_("Help - xcin2.3"),500,300);
}