Changeset 1876 in Sophya


Ignore:
Timestamp:
Jan 20, 2002, 12:55:57 AM (24 years ago)
Author:
ansari
Message:

Correction: int kb redeclare - Reza 19/01/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/pidrwtools.cc

    r1855 r1876  
    265265mButdr[0]->SetBinding(PIBK_elastic, PIBK_elastic, PIBK_elastic, PIBK_elastic);
    266266mButdr[1]->SetBinding(PIBK_elastic, PIBK_elastic, PIBK_elastic, PIBK_elastic);
    267 for(int kb=0; kb<2; kb++) {
     267for(kb=0; kb<2; kb++) {
    268268  mButdr[kb]->SetBinding(PIBK_elastic, PIBK_elastic, PIBK_elastic, PIBK_elastic);
    269269  mButdr[kb]->SetUnSensitive();
     
    295295mButcf[5] = new PIButton(this, "Dismiss", 3777, butszx, bsyo, cpx, cpy);
    296296
    297 for(int kb=0; kb<6; kb++)
     297for(kb=0; kb<6; kb++)
    298298  mButcf[kb]->SetBinding(PIBK_elastic, PIBK_elastic, PIBK_elastic, PIBK_elastic);
    299 for(int kb=0; kb<5; kb++)
     299for(kb=0; kb<5; kb++)
    300300  mButcf[kb]->SetUnSensitive();
    301301
Note: See TracChangeset for help on using the changeset viewer.