aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/apps/cache/GccApp.java
blob: 9000d9efaeefe1dfa33d692b2883bc05bef7b097 (plain)
1
2
3
4
5
6
7
8
9
package cgeo.geocaching.apps.cache;

import cgeo.geocaching.R;

class GccApp extends AbstractGeneralApp {
    GccApp() {
        super(getString(R.string.cache_menu_gcc), "eisbehr.gcc");
    }
}