Fix comment in setup_monitor

master
Mike Massonnet 2012-06-01 17:09:07 +02:00
parent 1fef9b7e93
commit 80826ee11e
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ static void setup_monitor(t_global_monitor *global, gboolean supress_warnings)
gtk_widget_modify_fg(global->monitor->sent_label, GTK_STATE_NORMAL, NULL);
}
/* Create the progress bars */
/* Setup the progress bars */
for (i = 0; i < SUM; i++)
{
if (global->monitor->options.show_bars)