diff --git a/trunk/SIPRPSoft/src/SIPRPMap.map.xml b/trunk/SIPRPSoft/src/SIPRPMap.map.xml index 2fc1c09e..ea39c74c 100644 --- a/trunk/SIPRPSoft/src/SIPRPMap.map.xml +++ b/trunk/SIPRPSoft/src/SIPRPMap.map.xml @@ -484,7 +484,7 @@ 1 - + @@ -493,7 +493,7 @@ - + @@ -502,14 +502,14 @@ - + - + @@ -552,14 +552,14 @@ - + - + @@ -571,7 +571,7 @@ - + @@ -587,7 +587,7 @@ - + @@ -605,24 +605,24 @@ - + - + - + - + - + @@ -632,20 +632,20 @@ - + - + - + @@ -654,9 +654,9 @@ - + - + @@ -664,7 +664,7 @@ - + @@ -676,18 +676,18 @@ - + - + - + @@ -700,31 +700,31 @@ - + - + - + - + - + - + @@ -744,55 +744,55 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/trunk/SIPRPSoft/src/siprp/medicina/processo/ui/LeafInputField.java b/trunk/SIPRPSoft/src/siprp/medicina/processo/ui/LeafInputField.java index bca0a9b2..ee353ebc 100644 --- a/trunk/SIPRPSoft/src/siprp/medicina/processo/ui/LeafInputField.java +++ b/trunk/SIPRPSoft/src/siprp/medicina/processo/ui/LeafInputField.java @@ -334,7 +334,7 @@ public class LeafInputField extends JPanel implements F } } } - + public Object getSelectedObject() { return selectedOption; diff --git a/trunk/SIPRPSoft/src/siprp/medicina/processo/ui/ProcessoAccoesPanel.java b/trunk/SIPRPSoft/src/siprp/medicina/processo/ui/ProcessoAccoesPanel.java index 2ac7368f..36ffb3a4 100755 --- a/trunk/SIPRPSoft/src/siprp/medicina/processo/ui/ProcessoAccoesPanel.java +++ b/trunk/SIPRPSoft/src/siprp/medicina/processo/ui/ProcessoAccoesPanel.java @@ -130,7 +130,7 @@ public class ProcessoAccoesPanel extends JPanel public final LeafButton buttonNovoExameMarcacao = new LeafButton( "Nova Marca" + ccedil + atilde + "o" ); // marcacao exame - @ActionActivation(onSelect = CREATE_EXAME_MARCACAO_OBSERVACOES, onChange = "") + @ActionActivation(onSelect = CREATE_EXAME_MARCACAO_EMAIL, onChange = "") public final LeafButton buttonNovoExameMarcacaoEmail = new LeafButton( "Enviar e-Mail" ); @ActionActivation(onSelect = CREATE_EXAME_MARCACAO_OBSERVACOES, onChange = "") public final LeafButton buttonNovoExameMarcacaoObservacoes = new LeafButton( "Adicionar Observa" + ccedil + atilde + "o" );