diff options
author | Jose Antonio Marquez | 2012-02-14 20:48:58 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-14 20:48:58 -0800 |
commit | 39d95b0f26aa38fcad4bb388446232a16ee72644 (patch) | |
tree | c208938eabfe85e33ccbbceb9f66ad780f70f62a /js/io/ui/save-as-dialog.reel/save-as-dialog.html | |
parent | 68ce64a5a2f4a71b54d33916aaf1d57161302425 (diff) | |
parent | ec14eff9831026600ba4cf71810444d54e143e04 (diff) | |
download | ninja-39d95b0f26aa38fcad4bb388446232a16ee72644.tar.gz |
Merge branch 'refs/heads/AnanyaFileIO' into FileIO
Diffstat (limited to 'js/io/ui/save-as-dialog.reel/save-as-dialog.html')
-rw-r--r-- | js/io/ui/save-as-dialog.reel/save-as-dialog.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/io/ui/save-as-dialog.reel/save-as-dialog.html b/js/io/ui/save-as-dialog.reel/save-as-dialog.html index f2011a34..4f0d5779 100644 --- a/js/io/ui/save-as-dialog.reel/save-as-dialog.html +++ b/js/io/ui/save-as-dialog.reel/save-as-dialog.html | |||
@@ -48,8 +48,8 @@ | |||
48 | </div> | 48 | </div> |
49 | <div class="errorMsg"><span id="error" class="error"></span></div> | 49 | <div class="errorMsg"><span id="error" class="error"></span></div> |
50 | <div class="buttons"> | 50 | <div class="buttons"> |
51 | <input id="cancelButton" type="button" value="CANCEL" class="cancelButton nj-skinned" /> | 51 | <button id="cancelButton" type="button" value="CANCEL" class="cancelButton nj-skinned" >CANCEL</button> |
52 | <input id="okButton" disabled="true" type="button" value="OK" class="okButton nj-skinned" /> | 52 | <button id="okButton" disabled="true" type="button" value="OK" class="okButton nj-skinned" >OK</button> |
53 | </div> | 53 | </div> |
54 | 54 | ||
55 | </div> | 55 | </div> |