[QGIS Commit] r13873 - docs/trunk/english_us/user_guide

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri Jul 2 09:08:03 EDT 2010


Author: aghisla
Date: 2010-07-02 13:08:03 +0000 (Fri, 02 Jul 2010)
New Revision: 13873

Modified:
   docs/trunk/english_us/user_guide/features_at_a_glance.tex
   docs/trunk/english_us/user_guide/qgis_style.sty
Log:
Removed the new command, duplicate of mainmenuopt.

Modified: docs/trunk/english_us/user_guide/features_at_a_glance.tex
===================================================================
--- docs/trunk/english_us/user_guide/features_at_a_glance.tex	2010-07-02 12:33:14 UTC (rev 13872)
+++ docs/trunk/english_us/user_guide/features_at_a_glance.tex	2010-07-02 13:08:03 UTC (rev 13873)
@@ -335,7 +335,7 @@
 \dropmenuopttwo{mActionZoomNext}{Zoom Next}
 	\>
 	\> \> \dropmenucheck{Map Navigation} \\
-\dropmenuoptone{Zoom Actual Size}
+\mainmenuopt{Zoom Actual Size}
 	\>
 	\> \>  \\
 \dropmenuopttwo{mActionMapTips}{Map Tips}
@@ -352,10 +352,10 @@
 \dropmenuopttwo{mActionDraw}{Refresh}
 	\> \keystroke{Ctrl+R}
 	\> \> \dropmenucheck{Map Navigation} \\
-\dropmenuoptone{Tile scale slider}
+\mainmenuopt{Tile scale slider}
 	\>
 	\> \>  \\
-\dropmenuoptone{Live GPS tracking}
+\mainmenuopt{Live GPS tracking}
 	\>
 	\> \>  \\
 \end{tabbing}
@@ -398,17 +398,17 @@
 \dropmenuopttwo{mActionToggleEditing}{Toggle editing}
 	\> \>
 	\> \dropmenucheck{Digitizing} \\
-\dropmenuoptone{Save as...}
+\mainmenuopt{Save as...}
 	\\
-\dropmenuoptone{Save selection as vector file...}
+\mainmenuopt{Save selection as vector file...}
 	\\
 \dropmenuopttwo{mActionRemoveLayer}{Remove Layer}
 	\> \keystroke{Ctrl+D}
 	\>          	
 	\> \dropmenucheck{Properties} \\
-\dropmenuoptone{Properties}
+\mainmenuopt{Properties}
 	\\
-\dropmenuoptone{Query...}
+\mainmenuopt{Query...}
 	\\
 \dropmenuopttwo{mActionInOverview}{Add to Overview}
 	\> \keystroke{Ctrl+Shift+O}
@@ -447,7 +447,7 @@
 	\>           
 	\>          	
 	\\
-\dropmenuoptone{Toggle Full Screen Mode}  
+\mainmenuopt{Toggle Full Screen Mode}  
 	\>
 	\>          	
 	\\
@@ -462,7 +462,7 @@
         \>
         \>
         \\
-\dropmenuoptone{Style Manager}
+\mainmenuopt{Style Manager}
         \>
         \>
         \\
@@ -477,7 +477,7 @@
 \dropmenuopttwo{mActionShowPluginManager}{Manage Plugins}          	   
 	\> \> see Section \ref{sec:managing_plugins} \dropmenucheck{Plugins}
 	\\
-	\dropmenuopt{Python Console}
+	\mainmenuopt{Python Console}
         \> \>
         \\
 \end{tabbing}          	
@@ -511,7 +511,7 @@
 \dropmenucheck{Edit}\\
 \dropmenuopttwo{mActionOptions}{Configure Shortcuts} \hspace{3cm}\>
 \dropmenucheck{Edit}\\
-\dropmenuoptone{Style Manager} \hspace{3cm}\>
+\mainmenuopt{Style Manager} \hspace{3cm}\>
 \dropmenucheck{Edit}\\
 \dropmenuopttwo{mActionCustomProjection}{Custom CRS}\hspace{3cm}\>
 \dropmenucheck{Edit} \\
@@ -519,11 +519,11 @@
 \dropmenucheck{View} \\
 \dropmenuopt{Toolbars}   \hspace{3cm}\>
 \dropmenucheck{View} \\
-\dropmenuoptone{Toggle Full Screen Mode} \hspace{3cm}\>
+\mainmenuopt{Toggle Full Screen Mode} \hspace{3cm}\>
 \dropmenucheck{View} \\
-\dropmenuoptone{Tile scale slider} \hspace{3cm}\>
+\mainmenuopt{Tile scale slider} \hspace{3cm}\>
 \dropmenucheck{View} \\
-\dropmenuoptone{Live GPS tracking} \hspace{3cm}\>
+\mainmenuopt{Live GPS tracking} \hspace{3cm}\>
 \dropmenucheck{View} \\
 \end{tabbing}
 

Modified: docs/trunk/english_us/user_guide/qgis_style.sty
===================================================================
--- docs/trunk/english_us/user_guide/qgis_style.sty	2010-07-02 12:33:14 UTC (rev 13872)
+++ docs/trunk/english_us/user_guide/qgis_style.sty	2010-07-02 13:08:03 UTC (rev 13873)
@@ -359,15 +359,6 @@
 \end{tikzpicture}
 }
 
-% dropmenuoptone
-%%% 	 sous menu sans icône sans 2ème choix
-%%% 	usage: \dropmenuoptone{Toolbar Visibility}
-\newcommand{\dropmenuoptone}[1]{%
-\begin{tikzpicture}[line width=0.5pt,baseline=-3pt] 
-\draw (0,0) node[draw=black,rectangle,top  color=gray!60,bottom  color=white,drop  shadow]{\guilabel{#1}};
-\end{tikzpicture}
-}
-
 % dropmenuopttwo
 %%% 	usage: \dropmenuopt{Toolbar Visibility}
 % dropmenuopttwo: for dropdown menu items with icons



More information about the QGIS-commit mailing list