Re: [PATCH] Remove repetitious Manual from Specific Manuals

2012-10-29 Thread Richard Heck

On 10/28/2012 11:29 PM, Scott Kostyshak wrote:

Just as the other elements of the Help menu do not have Manual
appended to their names, I do not think items in the Specific
Manuals submenu should have Manual appended to their names.

Thoughts?

Right.

rh



Re: [PATCH] Remove repetitious Manual from Specific Manuals

2012-10-29 Thread Scott Kostyshak
On Mon, Oct 29, 2012 at 9:29 AM, Richard Heck rgh...@lyx.org wrote:
 On 10/28/2012 11:29 PM, Scott Kostyshak wrote:

 Just as the other elements of the Help menu do not have Manual
 appended to their names, I do not think items in the Specific
 Manuals submenu should have Manual appended to their names.

 Thoughts?

 Right.

It's in.

Thanks,

Scott


 rh



Re: [PATCH] Remove repetitious "Manual" from Specific Manuals

2012-10-29 Thread Richard Heck

On 10/28/2012 11:29 PM, Scott Kostyshak wrote:

Just as the other elements of the Help menu do not have "Manual"
appended to their names, I do not think items in the "Specific
Manuals" submenu should have "Manual" appended to their names.

Thoughts?

Right.

rh



Re: [PATCH] Remove repetitious "Manual" from Specific Manuals

2012-10-29 Thread Scott Kostyshak
On Mon, Oct 29, 2012 at 9:29 AM, Richard Heck  wrote:
> On 10/28/2012 11:29 PM, Scott Kostyshak wrote:
>>
>> Just as the other elements of the Help menu do not have "Manual"
>> appended to their names, I do not think items in the "Specific
>> Manuals" submenu should have "Manual" appended to their names.
>>
>> Thoughts?
>
> Right.

It's in.

Thanks,

Scott

>
> rh
>


[PATCH] Remove repetitious Manual from Specific Manuals

2012-10-28 Thread Scott Kostyshak
Just as the other elements of the Help menu do not have Manual
appended to their names, I do not think items in the Specific
Manuals submenu should have Manual appended to their names.

Thoughts?

Thanks,

Scott
From 7c001a8d596dcd62ef8ddcf88b135ef3fd602e79 Mon Sep 17 00:00:00 2001
From: Scott Kostyshak skost...@lyx.org
Date: Sun, 28 Oct 2012 23:13:51 -0400
Subject: [PATCH] Remove repetitious Manual from Specific Manuals

---
 lib/ui/stdmenus.inc |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc
index 9cb6768..0c31b27 100644
--- a/lib/ui/stdmenus.inc
+++ b/lib/ui/stdmenus.inc
@@ -588,14 +588,14 @@ Menuset
End
 
Menu examples
-   Item Braille Manual|B help-open Braille
-   Item Feynman-diagram Manual|F help-open FeynmanDiagrams
-   Item LilyPond Manual|M help-open lilypond
-   Item Linguistics Manual|L help-open linguistics
-   Item Multilingual Captions Manual|C help-open 
MultilingualCaptions
-   Item Risk and Safety Statements Manual|R help-open 
R-S-statements
-   Item Sweave Manual|S help-open sweave
-   Item XY-pic Manual|X help-open xypic
+   Item Braille|B help-open Braille
+   Item Feynman-diagram|F help-open FeynmanDiagrams
+   Item LilyPond|P help-open lilypond
+   Item Linguistics|L help-open linguistics
+   Item Multilingual Captions|C help-open MultilingualCaptions
+   Item Risk and Safety Statements|R help-open R-S-statements
+   Item Sweave|S help-open sweave
+   Item XY-pic|X help-open xypic
End
 
 
-- 
1.7.9.5



[PATCH] Remove repetitious "Manual" from Specific Manuals

2012-10-28 Thread Scott Kostyshak
Just as the other elements of the Help menu do not have "Manual"
appended to their names, I do not think items in the "Specific
Manuals" submenu should have "Manual" appended to their names.

Thoughts?

Thanks,

Scott
From 7c001a8d596dcd62ef8ddcf88b135ef3fd602e79 Mon Sep 17 00:00:00 2001
From: Scott Kostyshak <skost...@lyx.org>
Date: Sun, 28 Oct 2012 23:13:51 -0400
Subject: [PATCH] Remove repetitious "Manual" from Specific Manuals

---
 lib/ui/stdmenus.inc |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc
index 9cb6768..0c31b27 100644
--- a/lib/ui/stdmenus.inc
+++ b/lib/ui/stdmenus.inc
@@ -588,14 +588,14 @@ Menuset
End
 
Menu "examples"
-   Item "Braille Manual|B" "help-open Braille"
-   Item "Feynman-diagram Manual|F" "help-open FeynmanDiagrams"
-   Item "LilyPond Manual|M" "help-open lilypond"
-   Item "Linguistics Manual|L" "help-open linguistics"
-   Item "Multilingual Captions Manual|C" "help-open 
MultilingualCaptions"
-   Item "Risk and Safety Statements Manual|R" "help-open 
R-S-statements"
-   Item "Sweave Manual|S" "help-open sweave"
-   Item "XY-pic Manual|X" "help-open xypic"
+   Item "Braille|B" "help-open Braille"
+   Item "Feynman-diagram|F" "help-open FeynmanDiagrams"
+   Item "LilyPond|P" "help-open lilypond"
+   Item "Linguistics|L" "help-open linguistics"
+   Item "Multilingual Captions|C" "help-open MultilingualCaptions"
+   Item "Risk and Safety Statements|R" "help-open R-S-statements"
+   Item "Sweave|S" "help-open sweave"
+   Item "XY-pic|X" "help-open xypic"
End
 
 
-- 
1.7.9.5