Skip to content

Commit

Permalink
Rename subtitleMemorize to SubtitleMemorize
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangSpivey committed May 3, 2016
1 parent bde0327 commit 2c06c4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Program.cs
Expand Up @@ -445,7 +445,7 @@ private enum PendingOperation{
GLib.ExceptionManager.UnhandledException += GlibUnhandledException;

Gtk.Application.Init ();
m_builder.AddFromString (ReadResourceString ("subtitleMemorize.Resources.gtk.glade"));
m_builder.AddFromString (ReadResourceString ("SubtitleMemorize.Resources.gtk.glade"));
m_builder.Autoconnect (this);

InitializeGtkObjects (m_builder);
Expand Down
4 changes: 2 additions & 2 deletions subtitleMemorize.csproj → SubtitleMemorize.csproj
Expand Up @@ -5,8 +5,8 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{9A9A6F79-CA58-42C5-A116-AC1A70F0E623}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>subtitleMemorize</RootNamespace>
<AssemblyName>subtitleMemorize</AssemblyName>
<RootNamespace>SubtitleMemorize</RootNamespace>
<AssemblyName>SubtitleMemorize</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
Expand Down
2 changes: 1 addition & 1 deletion subtitleMemorize.sln → SubtitleMemorize.sln
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "subtitleMemorize", "subtitleMemorize.csproj", "{9A9A6F79-CA58-42C5-A116-AC1A70F0E623}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SubtitleMemorize", "SubtitleMemorize.csproj", "{9A9A6F79-CA58-42C5-A116-AC1A70F0E623}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit 2c06c4e

Please sign in to comment.