From c21577cda79af13254d786f0a85ac5c7199790fc Mon Sep 17 00:00:00 2001 From: Mathieu Bastian Date: Mon, 3 Oct 2011 23:56:17 -0700 Subject: [PATCH] Remove build number from app title --- .../core/core.jar/org/netbeans/core/startup/Bundle.properties | 2 +- .../org/netbeans/core/windows/view/ui/Bundle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties b/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties index b3cbbeb37..25cb9e016 100644 --- a/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties +++ b/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties @@ -1,4 +1,4 @@ -currentVersion=Gephi 0.8 beta {0} +currentVersion=Gephi 0.8 beta LBL_splash_window_title=Starting Gephi 0.8 beta SplashProgressBarBounds=0,249,473,3 SplashProgressBarColor=0xFF9933 diff --git a/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties b/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties index 93d1c2de3..2800db2e8 100644 --- a/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties +++ b/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties @@ -1,2 +1,2 @@ -CTL_MainWindow_Title=Gephi 0.8 beta {0} -CTL_MainWindow_Title_No_Project=Gephi 0.8 beta {0} +CTL_MainWindow_Title=Gephi 0.8 beta +CTL_MainWindow_Title_No_Project=Gephi 0.8 beta -- GitLab