Commit 08c0934ec3a0a3fd9959d9720313f1bc3eda5b66
1 parent
f5f64772
Exists in
master
and in
3 other branches
Fixing 3270 property.
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
src/lib3270/properties.c
... | ... | @@ -108,10 +108,10 @@ |
108 | 108 | }, |
109 | 109 | |
110 | 110 | { |
111 | - "3270", // Property name. | |
112 | - N_( "" ), // Property description. | |
113 | - lib3270_in_3270, // Get value. | |
114 | - NULL // Set value. | |
111 | + "tn3270", // Property name. | |
112 | + N_( "State is 3270, TN3270e or SSCP" ), // Property description. | |
113 | + lib3270_in_3270, // Get value. | |
114 | + NULL // Set value. | |
115 | 115 | }, |
116 | 116 | |
117 | 117 | { | ... | ... |