Trim Whitespace art directory

This commit is contained in:
Metallicow
2016-10-12 22:30:53 -05:00
parent 81b144a2a3
commit 4c539d5e77
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
# This file was generated by famfamfam_flags.py
#
"""
"""
See: http://www.famfamfam.com/lab/icons/flags
FamFamFam Flag icons are available free for any purpose

View File

@@ -1,6 +1,6 @@
#-----------------------------------------------------------------------------
# Name: img2pyartprov.py
# Purpose:
# Purpose:
#
# Author: Riaan Booysen
#
@@ -45,7 +45,7 @@ class Img2PyArtProvider(wx.ArtProvider):
def GenerateArtIdList(self):
return [self.artIdPrefix+name for name in self.index]
def CreateBitmap(self, artId, artClient, size):
if artId.startswith(self.artIdPrefix):
name = artId[len(self.artIdPrefix):]