diff options
author | t-espave <unknown> | 2011-07-22 08:35:40 -0700 |
---|---|---|
committer | t-espave <unknown> | 2011-07-22 08:35:40 -0700 |
commit | 8c1f91ba9f4dd98a28a11a5213274e19ed0d8da5 (patch) | |
tree | f59fbf73e42b4e1e68b22330308681f6913305df /BCT/TranslationPlugins | |
parent | 2360f6d9b0a7e52f89df8185033e97bb6033df94 (diff) |
double definition fix
changed functions to maps for control properties
Diffstat (limited to 'BCT/TranslationPlugins')
-rw-r--r-- | BCT/TranslationPlugins/PhoneControlsPlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BCT/TranslationPlugins/PhoneControlsPlugin.cs b/BCT/TranslationPlugins/PhoneControlsPlugin.cs index d64712ab..d2314fc9 100644 --- a/BCT/TranslationPlugins/PhoneControlsPlugin.cs +++ b/BCT/TranslationPlugins/PhoneControlsPlugin.cs @@ -308,7 +308,7 @@ namespace TranslationPlugins { try {
return pageStructureInfo[pageClass].getControlInfo(controlName).IsEnabled;
} catch (KeyNotFoundException) {
- // TODO not really correct
+ //TODO not really correct
return false;
}
}
|