summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Printing/win32
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2006-07-18 17:32:14 +0000
committerCarolyn MacLeod <carolyn>2006-07-18 17:32:14 +0000
commit9b67ffd75aca944a79f40fa65b3cc028813a14a0 (patch)
treef96fdcc570dbca72fbfb35a9ba137286b987661f /bundles/org.eclipse.swt/Eclipse SWT Printing/win32
parentcd5fd690b081358e11219c061218f7dd131a27b6 (diff)
downloadeclipse.platform.swt-9b67ffd75aca944a79f40fa65b3cc028813a14a0.tar.gz
eclipse.platform.swt-9b67ffd75aca944a79f40fa65b3cc028813a14a0.tar.xz
eclipse.platform.swt-9b67ffd75aca944a79f40fa65b3cc028813a14a0.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Printing/win32')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/Printer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/Printer.java b/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/Printer.java
index 39ae6446c3..5f999d0bab 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/Printer.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Printing/win32/org/eclipse/swt/printing/Printer.java
@@ -405,7 +405,7 @@ public Point getDPI() {
/**
* Returns a rectangle describing the receiver's size and location.
- * For a printer, this is the size of a page, in pixels.
+ * For a printer, this is the size of a physical page, in pixels.
*
* @return the bounding rectangle
*