diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-04-19 07:34:44 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-04-19 07:34:44 -0400 |
commit | d1b07bc386e17e5c982f25ae7d443356cee89c90 (patch) | |
tree | 26d1c4d347eebb4420e8bae7f97a5bf8c2b491a9 /modules/printbackends | |
parent | 3fe08b3b28e65613048d91e972682823bb3f254d (diff) | |
download | gtk+-d1b07bc386e17e5c982f25ae7d443356cee89c90.tar.gz |
Add a comment to explain numbers here
This explains the change in the previous commit.
Diffstat (limited to 'modules/printbackends')
-rw-r--r-- | modules/printbackends/cups/gtkprintbackendcups.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/printbackends/cups/gtkprintbackendcups.c b/modules/printbackends/cups/gtkprintbackendcups.c index 2d63ad464a..d1140764a7 100644 --- a/modules/printbackends/cups/gtkprintbackendcups.c +++ b/modules/printbackends/cups/gtkprintbackendcups.c @@ -2494,6 +2494,7 @@ get_reason_msg_desc (guint i, { gchar *reason_msg_desc; + /* The numbers must match the indices in the printer_messages array */ switch (i) { case 0: |