diff --git a/trunk/SIPRPSoft/src/siprp/higiene/gestao/riscos/GerirRiscosPanel.java b/trunk/SIPRPSoft/src/siprp/higiene/gestao/riscos/GerirRiscosPanel.java index fc4e94f2..9f966042 100644 --- a/trunk/SIPRPSoft/src/siprp/higiene/gestao/riscos/GerirRiscosPanel.java +++ b/trunk/SIPRPSoft/src/siprp/higiene/gestao/riscos/GerirRiscosPanel.java @@ -368,7 +368,7 @@ public class GerirRiscosPanel extends JPanel panel.add( buttonRiscoRemover ); panelButtons.add( panel, new TableLayoutConstraints( 0, 1 ) ); panel = new JPanel(); - panel.setBorder( BorderFactory.createTitledBorder( "Medida" ) ); + panel.setBorder( BorderFactory.createTitledBorder( "Requisito" ) ); panel.setLayout( new GridLayout( 2, 1 ) ); panel.add( buttonMedidaCriar ); panel.add( buttonMedidaRemover ); diff --git a/trunk/build.xml b/trunk/build.xml index 5fcd52b1..68293f7e 100644 --- a/trunk/build.xml +++ b/trunk/build.xml @@ -43,6 +43,19 @@ + + + + + + + + + + + + + @@ -91,9 +104,22 @@ - - - + + + + + + + + + + + + + + + + @@ -257,4 +283,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +