Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
random532 authored Oct 31, 2020
1 parent 56f0d66 commit f5e736c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion time.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ void timetab() {
timebox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 15);
gtk_container_add (GTK_CONTAINER (tab4), timebox);

gtk_container_add(GTK_CONTAINER (timebox), gtk_label_new("-------"));
gtk_container_add(GTK_CONTAINER (timebox), gtk_label_new("Not done yet."));

gtk_widget_show_all(timebox);
}

0 comments on commit f5e736c

Please sign in to comment.