attributedialog.cpp
changeset 746 ee6b0f3a4c2f
parent 637 0ff5fc89dc5c
     1.1 --- a/attributedialog.cpp	Mon Mar 23 09:06:51 2009 +0000
     1.2 +++ b/attributedialog.cpp	Thu Mar 26 07:49:17 2009 +0000
     1.3 @@ -88,7 +88,7 @@
     1.4  		{
     1.5  			aw=new AttributeWidget (this);
     1.6  			aw->setKey (keyList.at(i) );
     1.7 -			// FIXME aw->setValues (table->getValues (keyList.at(i) ));
     1.8 +			// FIXME-3 aw->setValues (table->getValues (keyList.at(i) ));
     1.9  			aw->show();
    1.10  			tableLayout->addWidget (aw);
    1.11  		}