~ubuntu-branches/ubuntu/natty/geany/natty

« back to all changes in this revision

Viewing changes to src/gb.c

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-08-07 03:23:12 UTC
  • mfrom: (1.4.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20100807032312-ot70ac9d50cn79we
Tags: upstream-0.19
ImportĀ upstreamĀ versionĀ 0.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *      along with this program; if not, write to the Free Software
19
19
 *      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20
20
 *
21
 
 * $Id: gb.c 4626 2010-01-31 21:52:32Z eht16 $
 
21
 * $Id: gb.c 4862 2010-04-25 17:43:39Z eht16 $
22
22
 */
23
23
 
24
24
/*
44
44
gushort iconset;
45
45
GtkWidget *image1, *image2, *image3, *image4, *label1, *label2, *label3, *okbutton1, *textview1;
46
46
gchar info_texts[4][50];
47
 
gchar *help_text;
 
47
const gchar *help_text;
48
48
gboolean is_running;
49
49
static GdkPixbuf **icons;
50
50