author | eilers <eilers> | 2003-08-01 13:57:54 (UTC) |
---|---|---|
committer | eilers <eilers> | 2003-08-01 13:57:54 (UTC) |
commit | 5346424fc26bde232a15aa34fbb720f86218b26f (patch) (unidiff) | |
tree | b6ce224b1fb517e8b31db1b9e0ef30cf539f6f6f /core | |
parent | 307b353d11842b0994827e4130b48386454b3f94 (diff) | |
download | opie-5346424fc26bde232a15aa34fbb720f86218b26f.zip opie-5346424fc26bde232a15aa34fbb720f86218b26f.tar.gz opie-5346424fc26bde232a15aa34fbb720f86218b26f.tar.bz2 |
Icon bug.. fixed.
-rw-r--r-- | core/pim/addressbook/addressbook.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/addressbook/addressbook.cpp b/core/pim/addressbook/addressbook.cpp index 6819085..03c96c8 100644 --- a/core/pim/addressbook/addressbook.cpp +++ b/core/pim/addressbook/addressbook.cpp | |||
@@ -1030,8 +1030,8 @@ void AddressbookWindow::populateCategories() | |||
1030 | id = 1; | 1030 | id = 1; |
1031 | rememberId = 0; | 1031 | rememberId = 0; |
1032 | 1032 | ||
1033 | catMenu->insertItem( Resource::loadPixmap( "datebook/weeklst" ), tr( "List" ), id++ ); | 1033 | catMenu->insertItem( Resource::loadPixmap( "addressbook/listview" ), tr( "List" ), id++ ); |
1034 | catMenu->insertItem( Resource::loadPixmap( "day" ), tr( "Cards" ), id++ ); | 1034 | catMenu->insertItem( Resource::loadPixmap( "addressbook/cardview" ), tr( "Cards" ), id++ ); |
1035 | // catMenu->insertItem( tr( "Personal" ), id++ ); | 1035 | // catMenu->insertItem( tr( "Personal" ), id++ ); |
1036 | catMenu->insertSeparator(); | 1036 | catMenu->insertSeparator(); |
1037 | 1037 | ||