Skip to content

Commit e278496

Browse files
committed
Removed build date in title bar
1 parent 643433b commit e278496

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

ConversationEditor/manifest.mf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Manifest-Version: 1.0
2-
OpenIDE-Module: com.projectswg.tools.csc.conversationeditor
2+
OpenIDE-Module: com.projectswg.tools.csc.conversationeditor/1
33
OpenIDE-Module-Layer: com/projectswg/tools/csc/conversationeditor/layer.xml
44
OpenIDE-Module-Localizing-Bundle: com/projectswg/tools/csc/conversationeditor/Bundle.properties
55
OpenIDE-Module-Requires: org.openide.windows.WindowManager
6-
OpenIDE-Module-Specification-Version: 1.0
6+
OpenIDE-Module-Specification-Version: 1
77

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
build.xml.data.CRC32=a42deb56
1+
build.xml.data.CRC32=87962ed9
22
build.xml.script.CRC32=af729615
3-
build.xml.stylesheet.CRC32=a56c6a5b@2.66.1
3+
build.xml.stylesheet.CRC32=a56c6a5b@2.67.1
44
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
55
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
6-
nbproject/build-impl.xml.data.CRC32=a42deb56
6+
nbproject/build-impl.xml.data.CRC32=87962ed9
77
nbproject/build-impl.xml.script.CRC32=b2a11926
8-
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.66.1
8+
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.67.1

ConversationEditor/nbproject/project.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
<public-packages>
109109
<package>com.projectswg.tools.csc.conversationeditor</package>
110110
<package>com.projectswg.tools.csc.conversationeditor.actions</package>
111+
<package>com.projectswg.tools.csc.conversationeditor.nodes</package>
111112
</public-packages>
112113
</data>
113114
</configuration>

branding/core/core.jar/org/netbeans/core/startup/Bundle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
currentVersion=Conversation Script Creator {0}
1+
currentVersion=Conversation Script Creator
22
LBL_splash_window_title=Starting Conversation Script Creator
33
SPLASH_HEIGHT=259
44
SPLASH_WIDTH=500
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
CTL_MainWindow_Title=Conversation Script Creator {0}
2-
CTL_MainWindow_Title_No_Project=Conversation Script Creator {0}
1+
CTL_MainWindow_Title=Conversation Script Creator
2+
CTL_MainWindow_Title_No_Project=Conversation Script Creator

0 commit comments

Comments
 (0)