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

import cgeo.geocaching.R;

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