mirror of
https://github.com/correl/mage.git
synced 2025-04-05 09:12:29 -09:00
Fix typo
This commit is contained in:
parent
0008ac01ce
commit
658daa65e3
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public class CollectionViewerPane extends MagePane {
|
|||
|
||||
public CollectionViewerPane() {
|
||||
boolean initialized = false;
|
||||
this.setTitle("Collection Viewier");
|
||||
this.setTitle("Collection Viewer");
|
||||
if (Plugins.getInstance().isThemePluginLoaded()) {
|
||||
Map<String, JComponent> uiComponents = new HashMap<String, JComponent>();
|
||||
JComponent container = Plugins.getInstance().updateTablePanel(uiComponents);
|
||||
|
|
Loading…
Add table
Reference in a new issue