expose changeBasePath method
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 27 May 2008 17:48:03 +0000 (19:48 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 27 May 2008 17:48:03 +0000 (19:48 +0200)
src/net/pterodactylus/jsite/gui/ProjectPanel.java

index e15b257..ae0fcc0 100644 (file)
@@ -238,7 +238,7 @@ public class ProjectPanel extends JPanel implements DocumentListener, I18nable {
        /**
         * Lets the user select a new base path and repopulates the file list.
         */
-       private void changeBasePath() {
+       void changeBasePath() {
                JFileChooser fileChooser = new JFileChooser(project.getBasePath());
                fileChooser.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);
                fileChooser.setApproveButtonText(I18n.get("projectPanel.button.approve.name"));