~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201207201942

« back to all changes in this revision

Viewing changes to toolbox/toolboxAbout.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-03-20 10:19:00 UTC
  • mfrom: (1.1.4 upstream) (2.4.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090320101900-1o604camiubq2de8
Tags: 2009.03.18-154848-2
Correcting patch system depends (Closes: #520493).

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
   gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT);
135
135
   gtk_misc_set_alignment(GTK_MISC(label), 0, 0);
136
136
 
137
 
#ifdef _GTK2_
 
137
#ifdef GTK2
138
138
   Str_Snprintf(buf1, sizeof buf1, "%s %s",
139
139
                UTF8_COPYRIGHT_STRING,
140
140
                RIGHT_RESERVED);