diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-10-14 17:50:53 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-10-14 17:50:53 +0000 |
commit | 64d17bdf1ae8c9ff22487df2202b4cd46d88b418 (patch) | |
tree | 55d2164d6870a4cec56e9b0bfec9a662c2dbad7d /plugins/SeenPlugin/res | |
parent | a890e2d9fb4a6c1888bf4c18822a6c57e27ec2ff (diff) |
* fixed popup crash
* changed client info for MSN to use MirVer
* minor cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@1935 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SeenPlugin/res')
-rw-r--r-- | plugins/SeenPlugin/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SeenPlugin/res/resource.rc b/plugins/SeenPlugin/res/resource.rc index 638d9eff77..e44bb1a046 100644 --- a/plugins/SeenPlugin/res/resource.rc +++ b/plugins/SeenPlugin/res/resource.rc @@ -108,7 +108,7 @@ BEGIN RTEXT "Away",IDC_STATIC,10,63,60,10
CONTROL "",ID_STATUS_AWAY,"ColourPicker",WS_TABSTOP,80,60,20,14
CONTROL "",ID_STATUS_AWAY+20,"ColourPicker",WS_TABSTOP,105,60,20,14
- RTEXT "N/A",IDC_STATIC,10,83,60,10
+ RTEXT "NA",IDC_STATIC,10,83,60,10
CONTROL "",ID_STATUS_NA,"ColourPicker",WS_TABSTOP,80,80,20,14
CONTROL "",ID_STATUS_NA+20,"ColourPicker",WS_TABSTOP,105,80,20,14
RTEXT "Occupied",IDC_STATIC,10,103,60,10
|