Changeset 110:d36ad9dd5ce4 for source


Ignore:
Timestamp:
Jan 18, 2009, 5:47:45 PM (15 years ago)
Author:
fnevgeny
Branch:
default
Phase:
public
Message:

Use own OK/cancel button icons.

Location:
source
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • source/class/pf/Application.js

    r109 r110  
    25802580
    25812581            btn = new qx.legacy.ui.form.Button("Cancel",
    2582                 "icon/16/actions/dialog-cancel.png");
     2582                "pf/image/cancel.png");
    25832583            btn.addListener("execute", function(ev) {
    25842584                    this.saveLoadWindow.close();
     
    25872587
    25882588            btn = new qx.legacy.ui.form.Button("OK",
    2589                 "icon/16/actions/dialog-ok.png");
     2589                "pf/image/ok.png");
    25902590            btn.addListener("execute", function(ev) {
    25912591                    var cfgname = this.saveLoadTextField.getValue();
Note: See TracChangeset for help on using the changeset viewer.