Smily renamed to Smiley

cusax-fix
Yana Stamcheva 20 years ago
parent 9911cece11
commit c94a6b9a9d

@ -21,7 +21,7 @@
/**
* The <tt>SmiliesSelectorBox</tt> is the component where user could choose
* a smily icon to send.
* a smiley icon to send.
*
* @author Yana Stamcheva
*/
@ -34,9 +34,9 @@ public class SmiliesSelectorBox extends BoxPopupMenu
/**
* Creates an instance of this <tt>SmiliesSelectorBox</tt> and initializes
* the panel with the smily icons given by the incoming imageList.
* the panel with the smiley icons given by the incoming imageList.
*
* @param imageList The pack of smily icons.
* @param imageList The pack of smiley icons.
*/
public SmiliesSelectorBox(ArrayList imageList, ChatWindow chatWindow) {
@ -63,7 +63,7 @@ public SmiliesSelectorBox(ArrayList imageList, ChatWindow chatWindow) {
}
/**
* Writes the symbol corresponding to a choosen smily icon to the write
* Writes the symbol corresponding to a choosen smiley icon to the write
* message area at the end of the current text.
*/
public void actionPerformed(ActionEvent e) {

@ -479,7 +479,7 @@ public class ImageLoader {
public static final ImageID PASTE_ICON = new ImageID("PASTE_ICON");
/**
* Smily icon, used for the "Smily" button in the <tt>MainToolBar</tt>.
* Smiley icon, used for the "Smiley" button in the <tt>MainToolBar</tt>.
*/
public static final ImageID SMILIES_ICON = new ImageID("SMILIES_ICON");
@ -888,9 +888,9 @@ public static ArrayList getDefaultSmiliesPack() {
}
/**
* Returns a Smily object for a given smily string.
* Returns a Smiley object for a given smiley string.
* @param smileyString One of :-), ;-), etc.
* @return A Smily object for a given smily string.
* @return A Smiley object for a given smiley string.
*/
public static Smiley getSmiley(String smileyString) {
ArrayList smiliesList = getDefaultSmiliesPack();

Loading…
Cancel
Save