Changeset 19356
- Timestamp:
- 09/16/08 09:47:44 (5 years ago)
- Files:
-
- 1 modified
-
lang/python/crochet/chat_allsrc.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/python/crochet/chat_allsrc.py
r19302 r19356 2 2 # -*- coding: utf-8 -*- 3 3 4 import sys 5 import os 6 import wx 7 import wx_utils 4 import sys,os 5 import wx,wx_utils 8 6 9 7 import main_icon … … 16 14 17 15 g_config = {} 18 g_config['mycolor'] = wx.Color( 192,255,255)16 g_config['mycolor'] = wx.Color(240,248,255) 19 17 20 18 … … 349 347 flag2 = 0 350 348 if x[0] == "yuumizusawa" or x[0] == "miz_" or x[0] == "breeziness": 351 self.customPages[0].InsertData( user,dataListElement,hiddenDataListElement)349 self.customPages[0].InsertData(dataListElement,hiddenDataListElement) 352 350 flag2 = 1 353 351
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)