From dab0cdaea31817d068bf6920442625151219975d Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 16 Dec 2007 12:55:03 +0000 Subject: Fix comment. svn path=/trunk/; revision=7773 --- embed/mozilla/GeckoPrintService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embed/mozilla/GeckoPrintService.cpp b/embed/mozilla/GeckoPrintService.cpp index 140864846..6cc675c8c 100644 --- a/embed/mozilla/GeckoPrintService.cpp +++ b/embed/mozilla/GeckoPrintService.cpp @@ -750,7 +750,7 @@ GeckoPrintService::TranslateSettings (GtkPrintSettings *aGtkSettings, */ /* gtk_print_settings_set_collate (aGtkSettings, FALSE); not yet */ /* FIXME: Unset the orientation for the print job? */ - /* gtk_print_settings_set_orientation (aGtkSettings, GTK_PAGE_ORIENTATION_PORTRAIT); */ + /* gtk_page_setup_set_orientation (aPageSetup, GTK_PAGE_ORIENTATION_PORTRAIT); */ /* FIXME: unset output format -> "ps" ? */ return NS_OK; -- cgit v1.2.3