[longomatch] Make sure to use the same string everywhere for the main camera.
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Make sure to use the same string everywhere for the main camera.
- Date: Wed, 18 Mar 2015 14:36:29 +0000 (UTC)
commit ca8c6c7f3024d09771cb4f01f69ce6eeff54f1df
Author: Julien Moutte <julien fluendo com>
Date: Fri Mar 6 16:08:24 2015 +0100
Make sure to use the same string everywhere for the main camera.
LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs b/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs
index 54e2ba8..8bc6839 100644
--- a/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs
+++ b/LongoMatch.GUI/Gui/Panel/NewProjectPanel.cs
@@ -399,7 +399,7 @@ namespace LongoMatch.Gui.Panel
file = project.Description.FileSet.FirstOrDefault ();
if (file == null) {
- file = new MediaFile () { Name = Catalog.GetString ("Main angle camera") };
+ file = new MediaFile () { Name = Catalog.GetString ("Main camera angle") };
file.FilePath = capturemediafilechooser.CurrentPath;
file.Fps = (ushort)(Config.FPS_N / Config.FPS_D);
file.Par = 1;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]