Ignore:
Timestamp:
2010-10-02T16:48:26+02:00 (14 years ago)
Author:
guardian
Message:

fixed icons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/videomapping/src/org/openstreetmap/josm/plugins/videomapping/VideoMappingPlugin.java

    r23193 r23444  
    161161            }
    162162        };
    163         Vbackward = new JosmAction(tr("Jump To"), null, tr("jumps to the entered gps time"),null, false) {         
     163        Vbackward = new JosmAction(tr("Jump To"), "jumpto", tr("jumps to the entered gps time"),null, false) {         
    164164            public void actionPerformed(ActionEvent e) {
    165165                String s =JOptionPane.showInputDialog(tr("please enter GPS timecode"),"10:07:57");
     
    203203            }
    204204        };
    205         Vloop= new JosmAction(tr("Loop"), null, tr("loops n sec around current position"),
     205        Vloop= new JosmAction(tr("Loop"), "loop", tr("loops n sec around current position"),
    206206                Shortcut.registerShortcut("videomapping:loop","",KeyEvent.VK_NUMPAD7, Shortcut.GROUP_DIRECT), false) {
    207207           
Note: See TracChangeset for help on using the changeset viewer.