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) 
    15001500       shared_ptr<Book> book = f.myModel->book(); 
    15011501       const std::string &fileName = book->filePath(); 
    15021502 
     1503       cb_list_item i; 
    15031504#define list_add_tv(__t1__, __t2__) \ 
    15041505       { \ 
    1505        cb_list_item i; \ 
    15061506       i.title = (__t1__);     \ 
    15071507       i.value = (__t2__);     \ 
    15081508       list->items.push_back(i);       \