WingMan – Diff between revs 21 and 23

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 21 Rev 23
Line 149... Line 149...
149 return ResourceManager.GetString("Executing_binding_from_remote_client", resourceCulture); 149 return ResourceManager.GetString("Executing_binding_from_remote_client", resourceCulture);
150 } 150 }
151 } 151 }
Line 152... Line 152...
152 152
-   153 /// <summary>
-   154 /// Looks up a localized string similar to Failed loading autocomplete source.
-   155 /// </summary>
-   156 internal static string Failed_loading_autocomplete_source {
-   157 get {
-   158 return ResourceManager.GetString("Failed_loading_autocomplete_source", resourceCulture);
-   159 }
-   160 }
-   161
153 /// <summary> 162 /// <summary>
154 /// Looks up a localized string similar to Failed loading local bindings. 163 /// Looks up a localized string similar to Failed loading local bindings.
155 /// </summary> 164 /// </summary>
156 internal static string Failed_loading_local_bindings { 165 internal static string Failed_loading_local_bindings {
157 get { 166 get {
Line 167... Line 176...
167 return ResourceManager.GetString("Failed_loading_remote_bindings", resourceCulture); 176 return ResourceManager.GetString("Failed_loading_remote_bindings", resourceCulture);
168 } 177 }
169 } 178 }
Line 170... Line 179...
170 179
-   180 /// <summary>
-   181 /// Looks up a localized string similar to Failed saving autocomplete source.
-   182 /// </summary>
-   183 internal static string Failed_saving_autocomplete_source {
-   184 get {
-   185 return ResourceManager.GetString("Failed_saving_autocomplete_source", resourceCulture);
-   186 }
-   187 }
-   188
171 /// <summary> 189 /// <summary>
172 /// Looks up a localized string similar to Failed saving local bindings. 190 /// Looks up a localized string similar to Failed saving local bindings.
173 /// </summary> 191 /// </summary>
174 internal static string Failed_saving_local_bindings { 192 internal static string Failed_saving_local_bindings {
175 get { 193 get {