Commit e73735bc4e8827ba89c4fd7ee881a8435ab62e0a
1 parent
2262b008
Exists in
master
and in
4 other branches
Adding clipboard settings dialog.
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/objects/window/actions/sessionproperties.c
@@ -60,7 +60,8 @@ | @@ -60,7 +60,8 @@ | ||
60 | v3270_host_settings_new(), | 60 | v3270_host_settings_new(), |
61 | v3270_color_settings_new(), | 61 | v3270_color_settings_new(), |
62 | v3270_font_settings_new(), | 62 | v3270_font_settings_new(), |
63 | - v3270_accelerator_settings_new() | 63 | + v3270_accelerator_settings_new(), |
64 | + v3270_clipboard_settings_new() | ||
64 | }; | 65 | }; |
65 | 66 | ||
66 | for(ix = 0; ix < G_N_ELEMENTS(elements); ix++) { | 67 | for(ix = 0; ix < G_N_ELEMENTS(elements); ix++) { |