Commit c23d1a8f53732cf4c5eedea057854699ae1f9384
1 parent
8f15131c
Exists in
master
and in
1 other branch
Testing color settings dialog.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/testprogram/toolbar.c
| ... | ... | @@ -68,7 +68,7 @@ |
| 68 | 68 | |
| 69 | 69 | gtk_window_set_title(GTK_WINDOW(dialog),"Session properties"); |
| 70 | 70 | gtk_container_add(GTK_CONTAINER(dialog), v3270_host_settings_new()); |
| 71 | - gtk_container_add(GTK_CONTAINER(dialog), v3270_color_selection_new()); | |
| 71 | + gtk_container_add(GTK_CONTAINER(dialog), v3270_color_settings_new()); | |
| 72 | 72 | gtk_container_add(GTK_CONTAINER(dialog), v3270_font_settings_new()); |
| 73 | 73 | gtk_container_add(GTK_CONTAINER(dialog), v3270_accelerator_settings_new()); |
| 74 | 74 | |
| ... | ... | @@ -209,7 +209,7 @@ |
| 209 | 209 | |
| 210 | 210 | // { "network-server", G_CALLBACK(host_clicked), "Configure host" }, |
| 211 | 211 | // { "preferences-desktop-font", G_CALLBACK(font_clicked), "Select font" }, |
| 212 | -// { "gtk-select-color", G_CALLBACK(color_clicked), "Edit or change color scheme" }, | |
| 212 | + { "gtk-select-color", G_CALLBACK(color_clicked), "Edit or change color scheme" }, | |
| 213 | 213 | |
| 214 | 214 | |
| 215 | 215 | { "zoom-in", G_CALLBACK(zoom_in_clicked), "Zoom in" }, | ... | ... |