зеркало из https://github.com/mozilla/gecko-dev.git
Add comment
This commit is contained in:
Родитель
dc54402e0b
Коммит
247ff07dc9
|
@ -1,4 +1,4 @@
|
|||
/* $Id: printing.cpp,v 1.1 1998/09/25 18:01:37 ramiro%netscape.com Exp $
|
||||
/* $Id: printing.cpp,v 1.2 1998/09/25 18:06:15 ramiro%netscape.com Exp $
|
||||
*
|
||||
* The contents of this file are subject to the Netscape Public License
|
||||
* Version 1.0 (the "NPL"); you may not use this file except in
|
||||
|
@ -140,6 +140,13 @@ void QtBrowserContext::print( URL_Struct* url, bool print_to_file,
|
|||
|
||||
//#warning We might have to do something with the resources here (see fe_Print). Kalle.
|
||||
|
||||
|
||||
//
|
||||
// I commented this out cause I could not build with gcc 2.7.2 -ramiro
|
||||
//
|
||||
// FIXME
|
||||
assert( 0 );
|
||||
|
||||
// p.otherFontName = 0;
|
||||
|
||||
if( print_to_file )
|
||||
|
|
Загрузка…
Ссылка в новой задаче