changeset 751 | 7fa9b3164cbe |
parent 637 | 0ff5fc89dc5c |
1.1 --- a/attributedialog.cpp Mon Jan 07 14:52:49 2008 +0000 1.2 +++ b/attributedialog.cpp Thu Apr 02 09:54:42 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 }