]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/notify.c
Load cups into easysw/current.
[thirdparty/cups.git] / cups / notify.c
index 2a89aca3c6cf0ba32b410d521e0235e229216a5b..752056636f67fba1e3180ab75a30df4ae703b185 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: notify.c 4961 2006-01-20 22:19:13Z mike $"
+ * "$Id: notify.c 5878 2006-08-24 15:55:42Z mike $"
  *
  *   Notification routines for the Common UNIX Printing System (CUPS).
  *
@@ -104,7 +104,7 @@ cupsNotifySubject(cups_lang_t *lang,        /* I - Language data */
       case IPP_JOB_STOPPED :
           state = _cupsLangString(lang, _("stopped"));
          break;
-      case IPP_JOB_CANCELLED :
+      case IPP_JOB_CANCELED :
           state = _cupsLangString(lang, _("canceled"));
          break;
       case IPP_JOB_ABORTED :
@@ -207,5 +207,5 @@ cupsNotifyText(cups_lang_t *lang,   /* I - Language data */
 
 
 /*
- * End of "$Id: notify.c 4961 2006-01-20 22:19:13Z mike $".
+ * End of "$Id: notify.c 5878 2006-08-24 15:55:42Z mike $".
  */