Skip to content

Commit

Permalink
help
Browse files Browse the repository at this point in the history
  • Loading branch information
qcho committed Nov 27, 2010
1 parent 147806a commit 7d806a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/java/shopsardine/main/SSApplication.java
Expand Up @@ -9,7 +9,6 @@
import java.awt.event.WindowEvent;
import java.lang.reflect.Field;
import java.util.List;
import java.util.Locale;

import javax.swing.JComboBox;
import javax.swing.JFrame;
Expand Down
Expand Up @@ -26,7 +26,16 @@ subselect = (No subcategory selected)
bsearch.text = Search

#help
help.text = HOLA
help.text = <html> \
<body>\
<h1>Welcome to ${Application.id} Touch Gallery<\h1>\
<h2>${sbcatalog.text}</h2>\
<h2>${sbsearch.text}</h2>\
<h2>${sbscan.text}</h2>\
<h2>${sbstats.text}</h2>\
<h2>${sblang.text}</h2>\
</body>\
</html>

#
## Contact Form
Expand Down

0 comments on commit 7d806a2

Please sign in to comment.