Kaydet (Commit) c0cd0efa authored tarafından neilm's avatar neilm

Button text displayed as Finish when posting is complete

üst 7ed6ffaf
......@@ -125,7 +125,7 @@ public class StatusWindow extends JFrame
if( enable )
{
cancelButton.setEnabled( true );
cancelButton.setText( "Close" );
cancelButton.setText( "Finish" );
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment