Skip to content

Commit

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

0 comments on commit d25cda7

Please sign in to comment.