Skip to content

Commit

Permalink
Fix solution file error; add parameter docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuubari committed Feb 8, 2016
1 parent 994ff92 commit 7f62e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ private static string SerialisationPath(TranslationProviderType type)
/// Changes culture and loads or re-loads translation files.
/// </summary>
/// <param name="culture">The culture to use for translations.</param>
/// <param name="firstRun">If true, forces loading local cache and skips calling ChangeCulture() in Updater and Translations.</param>
public static void ChangeCulture(string culture, bool firstRun = false)
{
if (culture == null) culture = CultureInfo.CurrentCulture.Name;
Expand Down
1 change: 1 addition & 0 deletions source/KanColleViewer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Logger", "Plugins\Logger\Logger.csproj", "{A8969FF0-BCEA-49EA-8155-4046183410FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AudibleNotifications", "Plugins\AudibleNotifications\AudibleNotifications.csproj", "{AAEE6607-3FB2-438F-913F-F853467DD40B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RetroRadiance", "MetroRadiance\source\RetroRadiance\RetroRadiance.csproj", "{7F898B3A-DA17-4CAB-B387-5629B5FACA49}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RetroTrilithon.Desktop", "MetroTrilithon\source\RetroTrilithon.Desktop\RetroTrilithon.Desktop.csproj", "{75A62817-2F64-4179-939C-B28914BDC566}"
Expand Down

0 comments on commit 7f62e2b

Please sign in to comment.