]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/playlist/vlc_model.cpp
input: replace ITEM_TYPE_NET by ITEM_TYPE_STREAM
[vlc] / modules / gui / qt4 / components / playlist / vlc_model.cpp
index 9df4bfbe77eb81939d07495919d2485dc94be2ae..40465a2d4a9607433e818bd2f873677a3f9ad129 100644 (file)
@@ -57,7 +57,7 @@ VLCModel::VLCModel( intf_thread_t *_p_intf, QObject *parent )
     ADD_ICON( DISC, ":/type/disc" );
     ADD_ICON( CDDA, ":/type/cdda" );
     ADD_ICON( CARD, ":/type/capture-card" );
-    ADD_ICON( NET, ":/type/net" );
+    ADD_ICON( STREAM, ":/type/stream" );
     ADD_ICON( PLAYLIST, ":/type/playlist" );
     ADD_ICON( NODE, ":/type/node" );
 #undef ADD_ICON