176 """ |
176 """ |
177 iconSuffix = "dark" if ericApp().usesDarkPalette() else "light" |
177 iconSuffix = "dark" if ericApp().usesDarkPalette() else "light" |
178 |
178 |
179 return EricPixmapCache.getIcon( |
179 return EricPixmapCache.getIcon( |
180 os.path.join( |
180 os.path.join( |
181 os.path.dirname(__file__), |
181 os.path.dirname(__file__), "icons", "corba-{0}".format(iconSuffix) |
182 "icons", |
|
183 "projectInterfaces-{0}".format(iconSuffix), |
|
184 ) |
182 ) |
185 ) |
183 ) |
186 |
184 |
187 def _createPopupMenus(self): |
185 def _createPopupMenus(self): |
188 """ |
186 """ |