[Title] Fixed a bug that "platform/git configuration" is not shown
authordonghee yang <donghee.yang@samsung.com>
Fri, 9 Nov 2012 01:19:58 +0000 (10:19 +0900)
committerdonghee yang <donghee.yang@samsung.com>
Fri, 9 Nov 2012 01:19:58 +0000 (10:19 +0900)
org.tizen.nativeplatform/src/org/tizen/nativeplatform/preferences/ui/git/GitConfigurationPreferencePage.java

index 6f24713..071963e 100644 (file)
@@ -42,7 +42,7 @@ public class GitConfigurationPreferencePage extends PreferencePage implements IW
     private Button setActiveBt;
     private Button removeBt;
     
-    private final String BUNDLE_NAME = GitConfigurationPreferencePage.class.getPackage().getName() + ".PlatformUIMessages";//$NON-NLS-1$
+    private final String BUNDLE_NAME = GitConfigurationPreferencePage.class.getPackage().getName() + ".GitConfUIMessages";//$NON-NLS-1$
        private ResourceBundle resources = ResourceBundle.getBundle(BUNDLE_NAME);
     
     public GitConfigurationPreferencePage() {