]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/MessagesWindow.cpp
messages: Prefer the object name over the object type if type is VLC_GENERIC.
[vlc] / modules / gui / beos / MessagesWindow.cpp
index b4b202933004508353f3f7c23b2c3c7999ae58ec..b83107eff093f0469cbc3b2da2f627c40e999019 100644 (file)
@@ -80,7 +80,7 @@ void MessagesView::Pulse()
                 case VLC_MSG_DBG: color = gray; break;
             }
 
-            psz_module_type = p_sub->p_msg[i_start].psz_object_type;
+            psz_module_type = p_sub->p_msg[i_start].psz_object;
 
             if( LockLooper() )
             {