Changeset 1317

Show
Ignore:
Timestamp:
11/26/07 00:52:38 (9 months ago)
Author:
calvin
Message:

assume index context menu item height is 20px, update credits and version numbers

Location:
trunk/src/buzelib
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/buzelib/MainFrm.cpp

    r1315 r1317  
    21752175        RECT rcClient; 
    21762176        desktop.GetClientRect(&rcClient); 
    2177         maxEntriesPerPage = (rcClient.bottom - 16) / 22;        // assume 16px margins, 22px per item 
     2177        maxEntriesPerPage = (rcClient.bottom - 16) / 20;        // assume 16px margins, 22px per item 
    21782178 
    21792179        for (size_t i = 0; i < parentMachineMenu.items.size(); i++) { 
  • trunk/src/buzelib/buze.rc

    r1315 r1317  
    10151015 
    10161016VS_VERSION_INFO VERSIONINFO 
    1017  FILEVERSION 0,5,0,0 
    1018  PRODUCTVERSION 0,5,0,0 
     1017 FILEVERSION 0,5,1,0 
     1018 PRODUCTVERSION 0,5,1,0 
    10191019 FILEFLAGSMASK 0x3fL 
    10201020#ifdef _DEBUG 
  • trunk/src/buzelib/res/about.txt

    r1292 r1317  
    33 * Main coding by Anders Ervik 
    44 * Psycle and LADSPA wrappers by Polac 
    5  * Additional code by halfo, zeffii and zoner 
     5 * Additional code by halfo, ld0d, zeffii and zoner 
    66 * Toolbar icons by Hiren Shah 
    77 * The default index.txt created by Wayfinder