summaryrefslogtreecommitdiff
path: root/prnt/hpijs/psp100.h
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2016-01-04 16:36:16 +0100
committerDidier Raboud <odyx@debian.org>2016-01-04 16:36:16 +0100
commit301adafb300abf017b28e96038661000839c85c9 (patch)
tree7334958d575f25a4e16e462170e105e0b26b1ab9 /prnt/hpijs/psp100.h
parent88f81f7a94b3aae85f50c47ded728e2170ec0fb4 (diff)
Imported Upstream version 0.9.1
Diffstat (limited to 'prnt/hpijs/psp100.h')
-rw-r--r--prnt/hpijs/psp100.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/prnt/hpijs/psp100.h b/prnt/hpijs/psp100.h
index e98a681b1..562cf0834 100644
--- a/prnt/hpijs/psp100.h
+++ b/prnt/hpijs/psp100.h
@@ -31,7 +31,7 @@
#ifndef APDK_PSP100_H
#define APDK_PSP100_H
-// PhotoSmart 100 - AtomAnt
+// PhotoSmart 100
APDK_BEGIN_NAMESPACE
@@ -123,13 +123,13 @@ class PSP100Proxy : public PrinterProxy
public:
PSP100Proxy() : PrinterProxy(
"PS100", // family name
- "PHOTOSMART 100\0" // PSP 100 - Atom Ant
- "PHOTOSMART 130\0" // PSP 130 - Underdog
- "PHOTOSMART 230\0" // PSP 230 - Secret Squirrel
- "photosmart 240\0" // PSP 240 - Polly
- "photosmart 140\0" // PSP 140 - Mighty Mouse
- "Photosmart 320\0" // Pebbles
- "Photosmart 370\0" // Bamm Bamm
+ "PHOTOSMART 100\0"
+ "PHOTOSMART 130\0"
+ "PHOTOSMART 230\0"
+ "photosmart 240\0"
+ "photosmart 140\0"
+ "Photosmart 320\0"
+ "Photosmart 370\0"
#ifdef APDK_MLC_PRINTER
#endif
) {m_iPrinterType = ePSP100;}