summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-06-25 22:21:16 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-06-25 22:21:16 -0400
commitbd40fbc8bc415160337a9c1ac7b9b05631ebbe30 (patch)
treeefaeab4937b1029bea97a468cf1e639995a38a48 /gdk-pixbuf
parent9a23998c24f2e66dd5ef1b6ddaeb9a5fc0f909c1 (diff)
downloadgdk-pixbuf-bd40fbc8bc415160337a9c1ac7b9b05631ebbe30.tar.gz
Fix up help message
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r--gdk-pixbuf/queryloaders.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/queryloaders.c b/gdk-pixbuf/queryloaders.c
index 216e48e94..5394b8631 100644
--- a/gdk-pixbuf/queryloaders.c
+++ b/gdk-pixbuf/queryloaders.c
@@ -296,7 +296,7 @@ int main (int argc, char **argv)
"# Automatically generated file, do not edit\n"
"# Created by %s from gtk+-%s\n"
"#\n",
- (prgname ? prgname : "gdk-pixbuf-query-loaders-3.0"),
+ (prgname ? prgname : "gdk-pixbuf-query-loaders-2.0"),
GDK_PIXBUF_VERSION);
if (argc == first_file) {