Skip to content
Permalink
Browse files
add fix for file missed in d83ed0aa1a0
  • Loading branch information
brushtyler committed Dec 10, 2012
1 parent 3da32c0 commit fc6b338
Showing 1 changed file with 4 additions and 4 deletions.
@@ -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>
@@ -103,7 +103,7 @@
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>DlgDbError</receiver>
<receiver>DbManagerDlgDbError</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
@@ -119,7 +119,7 @@
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>DlgDbError</receiver>
<receiver>DbManagerDlgDbError</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">

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.