Errorini, erroroni
git-svn-id: svn://10.65.10.50/trunk@244 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
7c792335de
commit
38fd71093b
@ -1,4 +1,4 @@
|
||||
// $Id: printapp.cpp,v 1.8 1994-09-15 07:52:43 villa Exp $
|
||||
// $Id: printapp.cpp,v 1.9 1994-09-15 07:55:59 villa Exp $
|
||||
#include <ctype.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
@ -762,7 +762,7 @@ void TPrint_application::print()
|
||||
|
||||
// only external apps can change it
|
||||
_repeat_print = FALSE;
|
||||
ncopies = printer().n_copies();
|
||||
int ncopies = printer().n_copies();
|
||||
|
||||
// never print multiple copies if printer is viswin
|
||||
// only application may repeat printing by setting _repeat_print
|
||||
|
3032
include/printer.cpp
3032
include/printer.cpp
File diff suppressed because it is too large
Load Diff
@ -231,8 +231,8 @@ public:
|
||||
TArray* getbgdesc() { return &_background; }
|
||||
bool frozen() { return _frozen; }
|
||||
void freeze(bool b = TRUE) { _frozen = b; }
|
||||
int n_copies() { return _ncopies; }
|
||||
void enable_multiple_copies(bool b = TRUE) { _multiple_copies = b; }
|
||||
int n_copies() { return _ncopies; }
|
||||
void enable_multiple_copies(bool b = TRUE) { _multiple_copies = b; }
|
||||
|
||||
TToken_string& getprinternames();
|
||||
TTextfile& get_txt() { return _txt; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user