[BeFree CVS] tracker/src propdialog.cpp,1.6,1.7
Status: Planning
Brought to you by:
plfiorini
|
From: Pier L. F. <plf...@us...> - 2005-01-07 03:42:10
|
Update of /cvsroot/befree/tracker/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13108 Modified Files: propdialog.cpp Log Message: Updated for BIconTheme changes Index: propdialog.cpp =================================================================== RCS file: /cvsroot/befree/tracker/src/propdialog.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- propdialog.cpp 6 Jan 2005 09:15:58 -0000 1.6 +++ propdialog.cpp 7 Jan 2005 03:42:01 -0000 1.7 @@ -58,7 +58,7 @@ { // Use a generic file icon for more than one file icon = BNeptuneXDG::iconTheme()->loadIcon("regular-file", - Qt::LargeIconSize, BIconTheme::FileSystem); + BIconTheme::FileSystem); // Type unknown fType->setText("--"); |