git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@9049 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Thiago Camargo
2007-09-04 17:14:47 +00:00
committed by thiago
parent af269ba690
commit eabe1620ee

View File

@ -377,8 +377,8 @@ public class ScratchPadPlugin implements Plugin {
scrollPane.getViewport().setOpaque(false);
pane.setText(text);
final RolloverButton button = new RolloverButton("Save", null);
final RolloverButton cancelButton = new RolloverButton("Cancel", null);
final RolloverButton button = new RolloverButton(SparkRes.getString("save"), null);
final RolloverButton cancelButton = new RolloverButton(SparkRes.getString("cancel"), null);
ResourceUtils.resButton(button, "&Save");
ResourceUtils.resButton(cancelButton, "&Cancel");