summaryrefslogtreecommitdiff
path: root/BCT/TranslationPlugins
diff options
context:
space:
mode:
authorGravatar t-espave <unknown>2011-07-22 08:35:40 -0700
committerGravatar t-espave <unknown>2011-07-22 08:35:40 -0700
commit8c1f91ba9f4dd98a28a11a5213274e19ed0d8da5 (patch)
treef59fbf73e42b4e1e68b22330308681f6913305df /BCT/TranslationPlugins
parent2360f6d9b0a7e52f89df8185033e97bb6033df94 (diff)
double definition fix
changed functions to maps for control properties
Diffstat (limited to 'BCT/TranslationPlugins')
-rw-r--r--BCT/TranslationPlugins/PhoneControlsPlugin.cs2
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;
}
}