svn commit: r12628 - trunk/src_new/org/argouml/ui/AbstractArgoJPanel.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2007-05-19 13:29:54-0700
New Revision: 12628
Modified:
trunk/src_new/org/argouml/ui/AbstractArgoJPanel.java
Log:
Added TODO: after a discussion with Harald Braun.
Modified: trunk/src_new/org/argouml/ui/AbstractArgoJPanel.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/ui/AbstractArgoJPanel.java?view=diff&rev=12628&p1=trunk/src_new/org/argouml/ui/AbstractArgoJPanel.java&p2=trunk/src_new/org/argouml/ui/AbstractArgoJPanel.java&r1=12627&r2=12628
==============================================================================
--- trunk/src_new/org/argouml/ui/AbstractArgoJPanel.java (original)
+++ trunk/src_new/org/argouml/ui/AbstractArgoJPanel.java 2007-05-19 13:29:54-0700
@@ -99,6 +99,8 @@
*
* @param tag the name
*/
+ // TODO: Investigate in what cases is the tag a localized string
+ // and in what cases is it a key to be localized?
public AbstractArgoJPanel(String tag) {
this(tag, false);
}
@@ -109,6 +111,8 @@
* @param tag The name (to be localized).
* @param t if true, remove tab from parent JTabbedPane
*/
+ // TODO: Investigate in what cases is the tag a localized string
+ // and in what cases is it a key to be localized?
public AbstractArgoJPanel(String tag, boolean t) {
setTitle(tag);
tear = t;