~ubuntu-branches/ubuntu/maverick/conglomerate/maverick

« back to all changes in this revision

Viewing changes to src/cong-file-print.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2005-11-08 05:07:06 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051108050706-bcg60nwqf1z3w0d6
Tags: 0.9.1-1ubuntu1
* Resynchronise with Debian (Closes: #4397).
  - Thanks, Jordan Mantha.

Show diffs side-by-side

added added

removed removed

Lines of Context:
333
333
                                        
334
334
                                        gnome_print_job_close (gpj);
335
335
                                        
336
 
                                        preview_widget = gnome_print_job_preview_new (gpj, _("Print Preview"));
 
336
                                        preview_widget = gnome_print_job_preview_new (gpj, (const guchar*) _("Print Preview"));
337
337
                                        gtk_widget_show(preview_widget);
338
338
                                }
339
339
                        }