diff options
author | Eric Guzman | 2012-02-16 14:20:40 -0800 |
---|---|---|
committer | Eric Guzman | 2012-02-16 14:20:40 -0800 |
commit | 6960f62a84b946c92a59e5f5dc537a818f9f62b8 (patch) | |
tree | 49cbff3fdd8dab11846e5a278406915ec0ec1508 /js/io/ui/save-as-dialog.reel/save-as-dialog.html | |
parent | 82b1a273219f0ae3d119e156c7acccdbe478f441 (diff) | |
parent | 81942bd52f0713c9ff5d479ebd12fce577f45e45 (diff) | |
download | ninja-6960f62a84b946c92a59e5f5dc537a818f9f62b8.tar.gz |
Merge branch 'refs/heads/master' into PresetsPanel
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> |