Ignore:
Timestamp:
2012-02-18T09:09:31+01:00 (12 years ago)
Author:
stoecker
Message:

add reserved keys for unix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/PlatformHookWindows.java

    r4897 r4978  
    1515  */
    1616public class PlatformHookWindows extends PlatformHookUnixoid implements PlatformHook {
     17    @Override
    1718    public void openUrl(String url) throws IOException {
    1819        Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler " + url);
    1920    }
    2021
     22    @Override
    2123    public void initSystemShortcuts() {
    2224        // This list if far from complete!
     
    3032    }
    3133
     34    @Override
    3235    public String getDefaultStyle()
    3336    {
Note: See TracChangeset for help on using the changeset viewer.