summaryrefslogtreecommitdiff
path: root/dselect/pkglist.h
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2007-02-11 01:21:49 +0000
committerGuillem Jover <guillem@debian.org>2007-02-11 01:21:49 +0000
commit61b32224a3944ff0c86a44b39c5d63241f1f5d0f (patch)
treede5fb87709c0fb7b6be61a93bd28828c87548ed2 /dselect/pkglist.h
parentb43c0fa72aba269bdc3a7765630a7500710031a0 (diff)
downloaddpkg-61b32224a3944ff0c86a44b39c5d63241f1f5d0f.tar.gz
Fix confusing bottom status lines in dselect, unifying them by removing
the method or package name and capitalizing. Closes: #9085
Diffstat (limited to 'dselect/pkglist.h')
-rw-r--r--dselect/pkglist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/pkglist.h b/dselect/pkglist.h
index bc7bdd477..25a5cf3fc 100644
--- a/dselect/pkglist.h
+++ b/dselect/pkglist.h
@@ -121,7 +121,7 @@ protected:
static const infotype *const baseinfo;
int itr_recursive();
int itr_nonrecursive();
- void severalinfoblurb(const char *whatinfoline);
+ void severalinfoblurb();
void itd_mainwelcome();
void itd_explaindisplay();
void itd_recurwelcome();