[longomatch] Add a tooltip for the name entry.
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Add a tooltip for the name entry.
- Date: Wed, 18 Mar 2015 14:43:43 +0000 (UTC)
commit c73784608d4a41193fec540a2d597c214a016e45
Author: Julien Moutte <julien fluendo com>
Date: Sat Mar 14 14:51:25 2015 +0100
Add a tooltip for the name entry.
LongoMatch.GUI/Gui/Component/MediaFileChooser.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/MediaFileChooser.cs
b/LongoMatch.GUI/Gui/Component/MediaFileChooser.cs
index 1c2c20c..0e49b28 100644
--- a/LongoMatch.GUI/Gui/Component/MediaFileChooser.cs
+++ b/LongoMatch.GUI/Gui/Component/MediaFileChooser.cs
@@ -56,6 +56,8 @@ namespace LongoMatch.Gui.Component
clearbutton.Clicked += HandleClearClicked;
nameentry.Changed += HandleNameChanged;
+ nameentry.TooltipText = Catalog.GetString ("Edit to change camera name");
+
ProposedFileName = String.Format ("LongoMatch-{0}.mp4",
DateTime.Now.ToShortDateString ());
ProposedDirectoryName = String.Format ("LongoMatch-{0}",
DateTime.Now.ToShortDateString ());
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]