From 08c0934ec3a0a3fd9959d9720313f1bc3eda5b66 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 27 Dec 2018 10:45:37 -0200 Subject: [PATCH] Fixing 3270 property. --- src/lib3270/properties.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib3270/properties.c b/src/lib3270/properties.c index 1de2625..d612d14 100644 --- a/src/lib3270/properties.c +++ b/src/lib3270/properties.c @@ -108,10 +108,10 @@ }, { - "3270", // Property name. - N_( "" ), // Property description. - lib3270_in_3270, // Get value. - NULL // Set value. + "tn3270", // Property name. + N_( "State is 3270, TN3270e or SSCP" ), // Property description. + lib3270_in_3270, // Get value. + NULL // Set value. }, { -- libgit2 0.21.2