mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Comment typo fix
Signed-off-by: Nikola Kotur <kotnick@gmail.com>
This commit is contained in:
parent
13a6d0c4c2
commit
0f832f15d1
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -213,7 +213,7 @@ int main(int argc, char **argv)
|
||||||
paned = gtk_hpaned_new();
|
paned = gtk_hpaned_new();
|
||||||
gtk_box_pack_end(GTK_BOX(vbox), paned, TRUE, TRUE, 0);
|
gtk_box_pack_end(GTK_BOX(vbox), paned, TRUE, TRUE, 0);
|
||||||
|
|
||||||
/* Create the atual divelist */
|
/* Create the actual divelist */
|
||||||
divelist = create_dive_list();
|
divelist = create_dive_list();
|
||||||
gtk_paned_add1(GTK_PANED(paned), divelist);
|
gtk_paned_add1(GTK_PANED(paned), divelist);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue