[Title] Changed message when failure on update gitweb
authordonghee yang <donghee.yang@samsung.com>
Tue, 6 Nov 2012 09:58:01 +0000 (18:58 +0900)
committerdonghee yang <donghee.yang@samsung.com>
Tue, 6 Nov 2012 09:58:01 +0000 (18:58 +0900)
org.tizen.nativeplatform/src/org/tizen/nativeplatform/preferences/ui/git/GitConfigurationPreferencePage.java

index 5589167..071963e 100644 (file)
@@ -261,7 +261,7 @@ public class GitConfigurationPreferencePage extends PreferencePage implements IW
                                                        new RefreshGitWebOperation(gitConfigTable.getTable().getSelectionIndex()));
                                        DialogUtil.openMessageDialog("Refreshing Git Web succeeded!");
                                } catch (InvocationTargetException e1) {
-                                       DialogUtil.openErrorDialog( e1.getMessage());
+                                       DialogUtil.openErrorDialog( "Refreshing Git Web Failed!\n:"+e1.getMessage());
                                } catch (InterruptedException e1) {
                                        // do nothing
                                }