Salome HOME
ISR fix: titlebar study and knowledge type localization fix
[tools/siman.git] / Workspace / Siman / src / org / splat / simer / OpenStudy.java
index e98303607e944d95593521a4d6c0ae1ffa6ccabf..46d1085395bc5639bc5711ea4e8bcf2a947ba506 100644 (file)
@@ -342,6 +342,11 @@ public class OpenStudy extends AbstractOpenObject implements OpenStudyServices {
                return Constants.STUDY_MENU;
        }
        
+       /** 
+        * {@inheritDoc}
+        * @see org.splat.simer.AbstractOpenObject#getTypeName()
+        */
+       @Override
        public String getTypeName() {
                return ResourceBundle.getBundle("labels", getApplicationSettings().getCurrentLocale()).getString( "label.study");
        }