From 2b87af3f863867a39d2f931fd6907e02892570d9 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Tue, 4 Sep 2012 13:54:35 +0000 Subject: [PATCH] Incluindo popup notificando usuário de uma ação "cut" não suportada --- selection.c | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/selection.c b/selection.c index bb6d4ee..84204fe 100644 --- a/selection.c +++ b/selection.c @@ -544,6 +544,7 @@ LIB3270_EXPORT char * lib3270_cut_selected(H3270 *hSession) if(lib3270_get_toggle(hSession,LIB3270_TOGGLE_RECTANGLE_SELECT)) { // Rectangle cut is not implemented + lib3270_popup_dialog(hSession, LIB3270_NOTIFY_INFO, _( "Not available" ), _( "Invalid cut action" ), "%s", _( "Can't cut rectangular regions") ); } else { -- libgit2 0.21.2