Skip to content

Commit

Permalink
add fix for file missed in d83ed0aa1a0
Browse files Browse the repository at this point in the history
  • Loading branch information
brushtyler committed Dec 10, 2012
1 parent 3da32c0 commit fc6b338
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/plugins/db_manager/ui/DlgDbError.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DlgDbError</class>
<widget class="QDialog" name="DlgDbError">
<class>DbManagerDlgDbError</class>
<widget class="QDialog" name="DbManagerDlgDbError">
<property name="geometry">
<rect>
<x>0</x>
Expand Down Expand Up @@ -103,7 +103,7 @@
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>DlgDbError</receiver>
<receiver>DbManagerDlgDbError</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
Expand All @@ -119,7 +119,7 @@
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>DlgDbError</receiver>
<receiver>DbManagerDlgDbError</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
Expand Down

1 comment on commit fc6b338

@brushtyler
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong reference in commit message, it must be 3da32c0

Please sign in to comment.