Commit e73735bc4e8827ba89c4fd7ee881a8435ab62e0a

Authored by Perry Werneck
1 parent 2262b008

Adding clipboard settings dialog.

src/objects/window/actions/sessionproperties.c
... ... @@ -60,7 +60,8 @@
60 60 v3270_host_settings_new(),
61 61 v3270_color_settings_new(),
62 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 67 for(ix = 0; ix < G_N_ELEMENTS(elements); ix++) {
... ...