Software Público Brasileiro
Portal do
Software Público Brasileiro
Cadastre-se
Entrar
×
Project
Files
Commits
Network
Graphs
Download as
Email Patches
Plain Diff
Browse Code »
Commit
95475feb3b4a8e4224167ffab98bb5ea7e8b7b87
Authored by
Carlos Picanco
2016-11-30 23:40:36 -0300
1 parent
fb68d148
Exists in
master
minor fix
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
form_chooseactor.pas
Side-by-side Diff
Inline Diff
form_chooseactor.pas
Wrap text
Diff comments
View file @
95475fe
...
...
@@ -103,5 +103,10 @@ begin
103
103
104
104
end;
105
105
106
+procedure TFormChooseActor.ShowResumeButton;
107
+begin
108
+
109
+end;
110
+
106
111
end.
107
112
...
...