attributedialog.cpp
changeset 849 988f1908a7c4
parent 637 0ff5fc89dc5c
     1.1 --- a/attributedialog.cpp	Mon Jan 07 14:52:49 2008 +0000
     1.2 +++ b/attributedialog.cpp	Fri Jul 23 16:43:49 2010 +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  		}