Ignore:
Timestamp:
2011-07-10T16:52:37+02:00 (13 years ago)
Author:
malcolmh
Message:

save

Location:
applications/editors/josm/plugins/smed/plugs
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed/plugs/harbour/src/harbour/panels/PanelGeneral.java

    r24416 r26298  
    7171        qLabel = new JLabel();
    7272        qLabel.setBounds(new Rectangle(50, 205, 85, 20));
    73         qLabel.setText("Quarantäne");
     73        qLabel.setText("QuarantŠne");
    7474        tugLabel = new JLabel();
    7575        tugLabel.setBounds(new Rectangle(46, 140, 110, 20));
     
    257257                        jCheckBox.setBounds(new Rectangle(5, 117, 110, 20));
    258258                        jCheckBox.setFont(new Font("Dialog", Font.PLAIN, 12));
    259                         jCheckBox.setText("verfügbar");
     259                        jCheckBox.setText("verfŸgbar");
    260260                }
    261261                return jCheckBox;
     
    342342                        usualCheckBox.setBounds(new Rectangle(5, 225, 62, 20));
    343343                        usualCheckBox.setFont(new Font("Dialog", Font.PLAIN, 12));
    344                         usualCheckBox.setText("üblich");
     344                        usualCheckBox.setText("Ÿblich");
    345345                }
    346346                return usualCheckBox;
  • applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/panels/PanelStbd.java

    r26297 r26298  
    8585                                                        break;
    8686                                                case C:
    87                                                         dlg.panelMain.shapeIcon.setIcon(new ImageIcon(getClass().getResource("/images/pillar_green;white;green;white.png")));
     87                                                        dlg.panelMain.shapeIcon.setIcon(new ImageIcon(getClass().getResource("/images/pillar_green_white_green_white.png")));
    8888                                                        break;
    8989                                                }
     
    9898                                                        break;
    9999                                                case C:
    100                                                         dlg.panelMain.shapeIcon.setIcon(new ImageIcon(getClass().getResource("/images/spar_green;white;green;white.png")));
     100                                                        dlg.panelMain.shapeIcon.setIcon(new ImageIcon(getClass().getResource("/images/spar_green_white_green_white.png")));
    101101                                                        break;
    102102                                                }
  • applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/panels/PanelTop.java

    r26297 r26298  
    5656                                                case A:
    5757                                                case C:
    58                                                         dlg.panelMain.topIcon.setIcon(new ImageIcon(getClass().getResource("/images/top_ih_cylinder_red.png")));
     58                                                        dlg.panelMain.topIcon.setIcon(new ImageIcon(getClass().getResource("/images/top_ih_can_red.png")));
    5959                                                        break;
    6060                                                case B:
    61                                                         dlg.panelMain.topIcon.setIcon(new ImageIcon(getClass().getResource("/images/top_ih_cylinder_green.png")));
     61                                                        dlg.panelMain.topIcon.setIcon(new ImageIcon(getClass().getResource("/images/top_ih_can_green.png")));
    6262                                                        break;
    6363                                                }
     
    6767                                                case A:
    6868                                                case C:
    69                                                         dlg.panelMain.topIcon.setIcon(new ImageIcon(getClass().getResource("/images/top_ih_cone, point up_green.png")));
     69                                                        dlg.panelMain.topIcon.setIcon(new ImageIcon(getClass().getResource("/images/top_ih_cone_green.png")));
    7070                                                        break;
    7171                                                case B:
    72                                                         dlg.panelMain.topIcon.setIcon(new ImageIcon(getClass().getResource("/images/top_ih_cone, point up_red.png")));
     72                                                        dlg.panelMain.topIcon.setIcon(new ImageIcon(getClass().getResource("/images/top_ih_cone_red.png")));
    7373                                                        break;
    7474                                                }
  • applications/editors/josm/plugins/smed/plugs/smed_about/src/smed_about/SmedAbout.java

    r24832 r26298  
    9090            aboutCopyright = new JLabel();
    9191            aboutCopyright.setBounds(new Rectangle(125, 0, 245, 55));
    92             aboutCopyright.setText("<HTML><BODY>Copyright (c) 2009 / 2010<BR><center>by" +
    93                                         "<BR>Werner König & Malcolm Herring</BODY></HTML>");
     92            aboutCopyright.setText("<HTML><BODY>Copyright (c) 2009/10/11<BR><center>by" +
     93                                        "<BR>Werner Kšnig & Malcolm Herring</BODY></HTML>");
    9494
    9595            aboutAuthors = new JLabel();
    9696            aboutAuthors.setBounds(new Rectangle(30, 50
    9797                        , 340, 30));
    98             aboutAuthors.setText("Authors: Werner König and Malcolm Herring");
     98            aboutAuthors.setText("Authors: Werner Kšnig and Malcolm Herring");
    9999
    100100            aboutVersion = new JLabel();
    101101            aboutVersion.setBounds(new Rectangle(30, 65, 340, 30));
    102             aboutVersion.setText("Version: 23479                     Date: 05.10.2010");
     102            aboutVersion.setText("Version: 26218                     Date: 2011.7.8");
    103103
    104104            aboutDescription = new JLabel();
     
    108108            aboutSmed = new JLabel();
    109109            aboutSmed.setBounds(new Rectangle(100, 95, 265, 30));
    110             aboutSmed.setText("SeaMap Editor to map marks & lights");
     110            aboutSmed.setText("Plugin to map seamarks & lights");
    111111
    112112            aboutAvailable = new JLabel();
    113113            aboutAvailable.setBounds(new Rectangle(30, 115, 141, 27));
    114             aboutAvailable.setText("available plugins:");
     114            aboutAvailable.setText("Available plugins:");
    115115
    116116                aboutPlugins = new JLabel();
Note: See TracChangeset for help on using the changeset viewer.