Skip to content

Commit 6fbc4b9

Browse files
committed
Set correct application template name.
1 parent c3a94db commit 6fbc4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testFunctional/gov/nasa/worldwind/render/SurfaceTextTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ public static void main(String[] args)
7777
Configuration.setValue(AVKey.INITIAL_LONGITUDE, center.longitude.degrees);
7878
Configuration.setValue(AVKey.INITIAL_ALTITUDE, center.elevation);
7979

80-
ApplicationTemplate.start("WorldWind Surface Text", AppFrame.class);
80+
ApplicationTemplate.start("Surface Text Test", AppFrame.class);
8181
}
8282
}

0 commit comments

Comments
 (0)