Showing with 2 additions and 1 deletion.
  1. +1 −0 src/app/attributetable/qgsattributetabledialog.cpp
  2. +1 −1 src/app/qgisapp.cpp
1 change: 1 addition & 0 deletions src/app/attributetable/qgsattributetabledialog.cpp
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@ void QgsAttributeTableDialog::doSearch( QString searchString )
{
w->setWindowTitle( tr( "Attribute table - %1 (No matching features)" ).arg( mLayer->name() ) );
}
mView->setFocus();
}

void QgsAttributeTableDialog::search()
Expand Down
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ static void setTitleBarText_( QWidget & qgisApp )
else
{
QFileInfo projectFileInfo( QgsProject::instance()->fileName() );
caption += " - " + projectFileInfo.baseName();
caption += " - " + projectFileInfo.completeBaseName();
}
}
else
Expand Down