Skip to content

Commit

Permalink
fix removing new_tweak entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Jones committed Feb 15, 2010
1 parent 926ca6a commit 523822b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/wings.erl
Expand Up @@ -889,8 +889,6 @@ window_menu(_) ->
{Name,object,
?__(5,"Open a Geometry Graph window (showing objects)")},
{?__(6,"Palette"), palette,?__(7,"Open the color palette window")},
{?__(12,"Tweak Palette"), tweak_palette,
?__(13,"Open palettes from which tweak tools may be selected or bound to modifier keys")},
separator,
{?__(8,"New Geometry Window"),geom_viewer, ?__(9,"Open a new Geometry window")},
{?__(10,"Console"),console,?__(11,"Open a console window for information messages")}].
Expand Down Expand Up @@ -1598,8 +1596,6 @@ move_windows_1(geom,Pos) ->
wings_wm:move(geom,Pos);
move_windows_1({geom,_}=Name,Pos) ->
wings_wm:move(Name,Pos);
move_windows_1({tweak, _}=Name,Pos) ->
wings_wm:move(Name,Pos);
move_windows_1(Name,{X,Y}) ->
case wings_wm:is_window(Name) of
true ->
Expand Down

0 comments on commit 523822b

Please sign in to comment.