SMS tab toolbar images
Adit Panchal <[email protected]>
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <[email protected]> |
I have attached some images and a diff I made for the toolbar for the SMS tab. Thanks, Adit
20050319.diff
(application/octet-stream, 1.9 KB)
Index: gui.py
===================================================================
RCS file: /cvsroot/bitpim/bitpim/gui.py,v
retrieving revision 1.178
diff -u -r1.178 gui.py
--- gui.py 19 Mar 2005 06:09:48 -0000 1.178
+++ gui.py 20 Mar 2005 01:01:22 -0000
@@ -1098,13 +1098,15 @@
id(self.wallpaperwidget): guihelper.ART_ADD_WALLPAPER,
id(self.phonewidget): guihelper.ART_ADD_CONTACT,
id(self.memowidget): guihelper.ART_ADD_MEMO,
- id(self.todowidget): guihelper.ART_ADD_TODO
+ id(self.todowidget): guihelper.ART_ADD_TODO,
+ id(self.smswidget): guihelper.ART_ADD_SMS
}
mapbmpdelete={id(self.ringerwidget): guihelper.ART_DEL_RINGER,
id(self.wallpaperwidget): guihelper.ART_DEL_WALLPAPER,
id(self.phonewidget): guihelper.ART_DEL_CONTACT,
id(self.memowidget): guihelper.ART_DEL_MEMO,
- id(self.todowidget): guihelper.ART_DEL_TODO
+ id(self.todowidget): guihelper.ART_DEL_TODO,
+ id(self.smswidget): guihelper.ART_DEL_SMS
}
bmpadd=wx.ArtProvider.GetBitmap(mapbmpadd.get(id(widget), wx.ART_ADD_BOOKMARK), wx.ART_TOOLBAR, sz)
self.tooladd.SetNormalBitmap(bmpadd)
Index: guihelper.py
===================================================================
RCS file: /cvsroot/bitpim/bitpim/guihelper.py,v
retrieving revision 1.33
diff -u -r1.33 guihelper.py
--- guihelper.py 14 Mar 2005 20:53:28 -0000 1.33
+++ guihelper.py 20 Mar 2005 01:01:22 -0000
@@ -284,6 +284,8 @@
"ART_DEL_MEMO": "delete_memo",
"ART_ADD_TODO": "add_todo",
"ART_DEL_TODO": "delete_todo",
+ "ART_ADD_SMS": "add_sms",
+ "ART_DEL_SMS": "delete_sms"
}
add_sms.png
(image/png, 1.3 KB) - not displayed
delete_sms.png
(image/png, 1.3 KB) - not displayed