diff options
Diffstat (limited to 'plugins/ExternalAPI/delphi')
-rw-r--r-- | plugins/ExternalAPI/delphi/m_ieview.inc | 2 | ||||
-rw-r--r-- | plugins/ExternalAPI/delphi/m_smileyadd.inc | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/ExternalAPI/delphi/m_ieview.inc b/plugins/ExternalAPI/delphi/m_ieview.inc index c0e203241c..23993ffe76 100644 --- a/plugins/ExternalAPI/delphi/m_ieview.inc +++ b/plugins/ExternalAPI/delphi/m_ieview.inc @@ -178,7 +178,7 @@ type // u can use your own protocol name. Smiley add will
// automatically select the smileypack that is
// defined for your protocol. Or, use "Standard" for
- // standard smiley set. Or "ICQ", "MSN" if you
+ // standard smiley set. Or "ICQ" if you
// prefer those icons. If not found or NULL:
// "Standard" will be used
xPosition : int; // Postition to place the selectwindow
diff --git a/plugins/ExternalAPI/delphi/m_smileyadd.inc b/plugins/ExternalAPI/delphi/m_smileyadd.inc index 0cc064ea8f..0f54f3f989 100644 --- a/plugins/ExternalAPI/delphi/m_smileyadd.inc +++ b/plugins/ExternalAPI/delphi/m_smileyadd.inc @@ -36,7 +36,7 @@ type Protocolname :PAnsiChar; // protocol to use... if you have defined a
// protocol, u can use your own protocol name. SmileyAdd will
// automatically select the smileypack that is defined for your protocol.
- // Or, use "Standard" for standard smiley set. Or "ICQ", "MSN"
+ // Or, use "Standard" for standard smiley set. Or "ICQ"
// if you prefer those icons.
// If not found or NULL, "Standard" will be used
flags :uint; // Flags (SAFLRE_*) that define the behaivior
@@ -60,7 +60,7 @@ type Protocolname : PAnsiChar; // protocol to use... if you have defined a protocol,
// you can use your own protocol name. Smiley add will automatically
// select the smileypack that is defined for your protocol.
- // Or, use "Standard" for standard smiley set. Or "ICQ", "MSN"
+ // Or, use "Standard" for standard smiley set. Or "ICQ"
// if you prefer those icons.
// If not found or NULL: "Standard" will be used
xPosition : int; // Postition to place the selectwindow
@@ -120,7 +120,7 @@ type Protocolname:PAnsiChar; // protocol to use... if you have defined a protocol, u can
// use your own protocol name. Smiley add wil automatically
// select the smileypack that is defined for your protocol.
- // Or, use "Standard" for standard smiley set. Or "ICQ", "MSN"
+ // Or, use "Standard" for standard smiley set. Or "ICQ"
// if you prefer those icons.
// If not found or NULL: "Standard" will be used
str :TChar; // String to parse
|