|
From: <nic...@us...> - 2014-06-23 19:09:30
|
Revision: 4847
http://sourceforge.net/p/mp-plugins/code/4847
Author: nicsergio
Date: 2014-06-23 19:09:23 +0000 (Mon, 23 Jun 2014)
Log Message:
-----------
Modified Paths:
--------------
trunk/plugins/ShortCuter&SkinEditor/Source/ShortCuter/ShortCuts.cs
Modified: trunk/plugins/ShortCuter&SkinEditor/Source/ShortCuter/ShortCuts.cs
===================================================================
--- trunk/plugins/ShortCuter&SkinEditor/Source/ShortCuter/ShortCuts.cs 2014-06-21 19:10:40 UTC (rev 4846)
+++ trunk/plugins/ShortCuter&SkinEditor/Source/ShortCuter/ShortCuts.cs 2014-06-23 19:09:23 UTC (rev 4847)
@@ -503,7 +503,7 @@
{
if (dst != null)
{
- GUIListItem lstItem = new GUIListItem(dst.Caption); //--> creazione elemento GUIListItem
+ GUIListItem lstItem = new GUIListItem(dst.Caption); //--> creazione elemento GUIListItem
lstItem.IconImage = dst.Icon; //--> percorso eventuale icona destinazione (visualizzazione lista)
lstItem.IconImageBig = dst.Icon; //--> percorso eventuale icona destinazione (visualizzazione pannello)
dlg.Add(lstItem); //--> aggiunta elemento nella lista
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|