diff --git a/include/fp_lib_table.h b/include/fp_lib_table.h
index a667b4a35f..8ea38d7fe5 100644
--- a/include/fp_lib_table.h
+++ b/include/fp_lib_table.h
@@ -143,7 +143,10 @@ public:
uri = r.uri;
type = r.type;
options = r.options;
- properties = r.properties ? new PROPERTIES( *r.properties ) : NULL;
+
+ description = r.description;
+ properties = r.properties ? new PROPERTIES( *r.properties ) : NULL;
+
return *this;
}
diff --git a/pcbnew/dialogs/dialog_fp_lib_table_base.cpp b/pcbnew/dialogs/dialog_fp_lib_table_base.cpp
index 20e21c020e..8d2f70b798 100644
--- a/pcbnew/dialogs/dialog_fp_lib_table_base.cpp
+++ b/pcbnew/dialogs/dialog_fp_lib_table_base.cpp
@@ -51,8 +51,6 @@ DIALOG_FP_LIB_TABLE_BASE::DIALOG_FP_LIB_TABLE_BASE( wxWindow* parent, wxWindowID
// Cell Defaults
m_global_grid->SetDefaultCellAlignment( wxALIGN_LEFT, wxALIGN_TOP );
- m_global_grid->SetToolTip( _("This table is associated with all projects") );
-
m_global_sizer->Add( m_global_grid, 1, wxALL|wxEXPAND, 5 );
@@ -91,8 +89,6 @@ DIALOG_FP_LIB_TABLE_BASE::DIALOG_FP_LIB_TABLE_BASE( wxWindow* parent, wxWindowID
// Cell Defaults
m_project_grid->SetDefaultCellAlignment( wxALIGN_LEFT, wxALIGN_TOP );
- m_project_grid->SetToolTip( _("Libraries list in this table is associated with the current project") );
-
m_project_sizer->Add( m_project_grid, 1, wxALL|wxEXPAND, 5 );
diff --git a/pcbnew/dialogs/dialog_fp_lib_table_base.fbp b/pcbnew/dialogs/dialog_fp_lib_table_base.fbp
index 8f2ccf7494..cdc1d4febe 100644
--- a/pcbnew/dialogs/dialog_fp_lib_table_base.fbp
+++ b/pcbnew/dialogs/dialog_fp_lib_table_base.fbp
@@ -42,7 +42,7 @@
DIALOG_FP_LIB_TABLE_BASE
- 700,700
+ 900,600
wxCAPTION|wxCLOSE_BOX|wxDEFAULT_DIALOG_STYLE|wxMAXIMIZE_BOX|wxMINIMIZE_BOX|wxRESIZE_BORDER|wxSYSTEM_MENU
DIALOG_SHIM; dialog_shim.h
PCB Library Tables
@@ -103,11 +103,11 @@
wxVERTICAL
none
-