/[antiright]/antiright/src/arshell/main.c
ViewVC logotype

Diff of /antiright/src/arshell/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by jefbed, Sat Jun 25 06:13:36 2005 UTC revision 1.8 by jefbed, Sat Jul 23 17:10:09 2005 UTC
# Line 1  Line 1 
1  /*  /*
2    AntiRight    AntiRight
3    (c) 2003-2005 Jeffrey Bedard    (c) 2003-2005 Jeffrey Bedard
4    jefbed@e-list.net    antiright@gmail.com
5        
6    This file is part of AntiRight.    This file is part of AntiRight.
7        
# Line 21  Line 21 
21  */  */
22    
23  #include "arshell.h"  #include "arshell.h"
24  #include "../bitmaps/handtoface.xpm"  #include "../bitmaps/antiright.xpm"
25    
26  int  int
27  main(int argc, char **argv)  main(int argc, char **argv)
28  {  {
29    antiright_initialize_application(&argc, argv, "AntiRight");    antiright_initialize_application(&argc, argv, "AntiRight");
30    antiright_set_pixmap_from_data(antiright.parent_widget, handtoface_xpm);    antiright_set_pixmap_from_data(antiright.parent_widget,
31    antiright_xpm);
32    arshell_setup_mainwindow();    arshell_setup_mainwindow();
33    arshell_setup_work_row();    arshell_setup_work_row();
34    arshell_initialize_application_data();    arshell_initialize_application_data();

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26