Skip to content

Commit

Permalink
[gcs] minor change on load tile text
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Mar 23, 2013
1 parent d9f86b8 commit b278f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/ground_segment/cockpit/gcs.ml
Expand Up @@ -287,7 +287,7 @@ let button_press = fun (geomap:G.widget) ev ->
(`I ("Load BDORTHO", display_bdortho geomap wgs84))::m
else
m in
GToolbox.popup_menu ~entries:([`I ("Load Google tile", display_gm)]@m)
GToolbox.popup_menu ~entries:([`I ("Load background tile", display_gm)]@m)
~button:3 ~time:(Int32.of_int 0);
true
end else if GdkEvent.Button.button ev = 1 && Gdk.Convert.test_modifier `CONTROL state then
Expand Down

0 comments on commit b278f9b

Please sign in to comment.