Commit 2b87af3f863867a39d2f931fd6907e02892570d9

Authored by perry.werneck@gmail.com
1 parent ceea146f

Incluindo popup notificando usuário de uma ação "cut" não suportada

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
selection.c
... ... @@ -544,6 +544,7 @@ LIB3270_EXPORT char * lib3270_cut_selected(H3270 *hSession)
544 544 if(lib3270_get_toggle(hSession,LIB3270_TOGGLE_RECTANGLE_SELECT))
545 545 {
546 546 // Rectangle cut is not implemented
  547 + lib3270_popup_dialog(hSession, LIB3270_NOTIFY_INFO, _( "Not available" ), _( "Invalid cut action" ), "%s", _( "Can't cut rectangular regions") );
547 548 }
548 549 else
549 550 {
... ...