[SAVE] fix a bug that save cannot be done when user try to save by shortcut key
authorgreatim <jaewon81.lim@samsung.com>
Thu, 24 Sep 2015 08:59:06 +0000 (17:59 +0900)
committergreatim <jaewon81.lim@samsung.com>
Thu, 24 Sep 2015 08:59:06 +0000 (17:59 +0900)
commitd2a47a04edc25717a8ab387b888bd66035abfbcd
tree50101383b3234c4849b4cc2099222a9f0fbe365e
parent2718f1624892519bb775ee2a73e0167fa28bb55b
[SAVE] fix a bug that save cannot be done when user try to save by shortcut key

fix a bug that save cannot be done when user try to save by shortcut key
modify the maximum length of file name to 255

Change-Id: I623114479b1bf886a892fcafb7a41f730e234cb3
Signed-off-by: greatim <jaewon81.lim@samsung.com>
org.tizen.dynamicanalyzer.common/src/org/tizen/dynamicanalyzer/constant/CommonConstants.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/UserErrorWarningLabels.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/UserErrorWarningLabels.properties
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/shortcut/ShortCutKeyBindingHandler.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/toolbar/SaveAsDialog.java