diff gui/ui/actions.c @ 35744:bfe51acc36fb

Cosmetic: Rename wsImageConvert() wsImageRender().
author ib
date Wed, 23 Jan 2013 17:10:33 +0000
parents 6b82e3079aea
children 9c7bab18690c
line wrap: on
line diff
--- a/gui/ui/actions.c	Wed Jan 23 16:43:59 2013 +0000
+++ b/gui/ui/actions.c	Wed Jan 23 17:10:33 2013 +0000
@@ -197,7 +197,7 @@
     }
 
     if (guiApp.video.Bitmap.Image)
-        wsImageConvert(&guiApp.videoWindow, guiApp.video.Bitmap.Image);
+        wsImageRender(&guiApp.videoWindow, guiApp.video.Bitmap.Image);
 
     if (!guiInfo.Playing) {
         uiVideoRender = True;