summaryrefslogtreecommitdiff
path: root/cups/ppd-cache.c
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-06-18 14:31:23 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-06-18 14:31:23 -0400
commitde72bb61c1ee6f8e8298b664186ea84991c0ed20 (patch)
tree4faa39b142660a6e0d289e658caf14a616093ae3 /cups/ppd-cache.c
parent553f29c967a3451cb142a7a91561fcc4c20bb354 (diff)
downloadcups-de72bb61c1ee6f8e8298b664186ea84991c0ed20.tar.gz
More tweaks for IPP Everywhere support in web interface.
Diffstat (limited to 'cups/ppd-cache.c')
-rw-r--r--cups/ppd-cache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cups/ppd-cache.c b/cups/ppd-cache.c
index 9b268560d..178b22dfc 100644
--- a/cups/ppd-cache.c
+++ b/cups/ppd-cache.c
@@ -3135,8 +3135,8 @@ _ppdCreateFromIPP(char *buffer, /* I - Filename buffer */
cupsFilePrintf(fp, "*Manufacturer: \"%s\"\n", make);
cupsFilePrintf(fp, "*ModelName: \"%s\"\n", model);
cupsFilePrintf(fp, "*Product: \"(%s)\"\n", model);
- cupsFilePrintf(fp, "*NickName: \"%s\"\n", model);
- cupsFilePrintf(fp, "*ShortNickName: \"%s\"\n", model);
+ cupsFilePrintf(fp, "*NickName: \"%s - IPP Everywhere\"\n", model);
+ cupsFilePrintf(fp, "*ShortNickName: \"%s - IPP Everywhere\"\n", model);
if ((attr = ippFindAttribute(response, "color-supported", IPP_TAG_BOOLEAN)) != NULL && ippGetBoolean(attr, 0))
cupsFilePuts(fp, "*ColorDevice: True\n");