summaryrefslogtreecommitdiff
path: root/dselect/pkgtop.cc
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2008-08-03 22:43:19 +0300
committerGuillem Jover <guillem@debian.org>2008-08-04 07:09:35 +0300
commit69bce81a2541c0e3eb92d54179e06dae49ba9d40 (patch)
tree2b4f05c16b77eb73bcb3dbc31c1e4ed86489d357 /dselect/pkgtop.cc
parentb5c0381ff4d7508368a897ed375f9ae509fef56b (diff)
downloaddpkg-69bce81a2541c0e3eb92d54179e06dae49ba9d40.tar.gz
Unify usage of FIXME in comments
Diffstat (limited to 'dselect/pkgtop.cc')
-rw-r--r--dselect/pkgtop.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dselect/pkgtop.cc b/dselect/pkgtop.cc
index 8876e7db3..d6206f8b0 100644
--- a/dselect/pkgtop.cc
+++ b/dselect/pkgtop.cc
@@ -155,7 +155,7 @@ void packagelist::redraw1itemsel(int index, int selected) {
gettext(statusstrings[pkg->status]));
wprintw(listpad, "%-*.*s ",
status_want_width, status_want_width,
- /* fixme: keep this ? */
+ /* FIXME: keep this? */
/*table[index]->original == table[index]->selected ? "(same)"
: */gettext(wantstrings[table[index]->original]));
wattrset(listpad, selected ? selstatesel_attr : selstate_attr);
@@ -175,7 +175,7 @@ void packagelist::redraw1itemsel(int index, int selected) {
mvwaddch(listpad, screenline, 0, eflagchars[pkg->eflag]);
waddch(listpad, statuschars[pkg->status]);
waddch(listpad,
- /* fixme: keep this feature? */
+ /* FIXME: keep this feature? */
/*table[index]->original == table[index]->selected ? ' '
: */wantchars[table[index]->original]);