From b307627d88ba1c7ff3074c07c46a9918b6fdfb04 Mon Sep 17 00:00:00 2001 From: Olivier Couet <Olivier.Couet@cern.ch> Date: Wed, 7 Mar 2012 09:40:46 +0000 Subject: [PATCH] small cosmetic change git-svn-id: http://root.cern.ch/svn/root/trunk@43273 27541ba8-7e3a-0410-8455-c3a389f83636 --- graf2d/gpad/src/TPad.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/graf2d/gpad/src/TPad.cxx b/graf2d/gpad/src/TPad.cxx index a676ca41cf4..f8d2bb355ff 100644 --- a/graf2d/gpad/src/TPad.cxx +++ b/graf2d/gpad/src/TPad.cxx @@ -4150,9 +4150,10 @@ void TPad::Print(const char *filenam, Option_t *option) // The physical size of the Postscript page is the one selected in the // current style. This size can be modified via TStyle::SetPaperSize. // Examples: - // gStyle->SetPaperSize(kA4); //default - // gStyle->SetPaperSize(kUSLetter); - // where kA4 and kUSLetter are defined in the enum EPaperSize in TStyle.h + // gStyle->SetPaperSize(TStyle::kA4); //default + // gStyle->SetPaperSize(TStyle::kUSLetter); + // where TStyle::kA4 and TStyle::kUSLetter are defined in the enum + // EPaperSize in TStyle.h // An alternative is to call: // gStyle->SetPaperSize(20,26); same as kA4 // or gStyle->SetPaperSize(20,24); same as kUSLetter -- GitLab