Ticket #833: fbreader_833.patch
| File fbreader_833.patch, 612 bytes (added by jerry.tk, 2 years ago) |
|---|
-
zlibrary/ui/src/ewl/dialogs/ZLEwlDialogs.cpp
diff --git a/zlibrary/ui/src/ewl/dialogs/ZLEwlDialogs.cpp b/zlibrary/ui/src/ewl/dialogs/ZLEwlDialogs.cpp index 570809e..dc4333c 100644
a b void ZLEwlBookInfo(FBReader &f) 1500 1500 shared_ptr<Book> book = f.myModel->book(); 1501 1501 const std::string &fileName = book->filePath(); 1502 1502 1503 cb_list_item i; 1503 1504 #define list_add_tv(__t1__, __t2__) \ 1504 1505 { \ 1505 cb_list_item i; \1506 1506 i.title = (__t1__); \ 1507 1507 i.value = (__t2__); \ 1508 1508 list->items.push_back(i); \

