This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 29297
Collapse All | Expand All

(-)VcsCustomizer.java (-1 / +1 lines)
Lines 1132-1138 Link Here
1132
            try
1132
            try
1133
            {
1133
            {
1134
                File defDir = new File(System.getProperty("user.home"));  // NOI18N
1134
                File defDir = new File(System.getProperty("user.home"));  // NOI18N
1135
                if (Utilities.isUnix())
1135
                if (Utilities.isUnix() || (Utilities.getOperatingSystem() == Utilities.OS_VMS))
1136
                    rootDirFile = defDir;
1136
                    rootDirFile = defDir;
1137
                else if (Utilities.isWindows())
1137
                else if (Utilities.isWindows())
1138
                {
1138
                {

Return to bug 29297