-rw-r--r-- | core/obex/obexsend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/obex/obexsend.cpp b/core/obex/obexsend.cpp index 1b19c6b..2931cf7 100644 --- a/core/obex/obexsend.cpp +++ b/core/obex/obexsend.cpp @@ -277,7 +277,7 @@ QString DeviceItem::pixmap()const{ str ="obex/bt"; break; case DeviceBox::Search: - str = "obex/search"; + str = "mag"; break; case DeviceBox::Error: str = "editdelete"; |