Navigation Menu

Skip to content

Commit

Permalink
image name fix for outliner
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Jones committed Feb 1, 2011
1 parent 5f40094 commit 698411a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wings_outliner.erl
Expand Up @@ -731,5 +731,5 @@ title() ->
?__(1,"Outliner").

rename(Id, File) ->
Name = filename:rootname(filename:basename(File)),
Name = filename:basename(File),
wings_image:rename(Id, Name).

0 comments on commit 698411a

Please sign in to comment.