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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Jun 21 06:02:14 EDT 2008


Author: taraathan
Date: 2008-06-21 06:02:14 -0400 (Sat, 21 Jun 2008)
New Revision: 8661

Modified:
   docs/trunk/english_us/user_guide/conventions.tex
Log:
added macro for dialog box titles

Modified: docs/trunk/english_us/user_guide/conventions.tex
===================================================================
--- docs/trunk/english_us/user_guide/conventions.tex	2008-06-21 05:28:43 UTC (rev 8660)
+++ docs/trunk/english_us/user_guide/conventions.tex	2008-06-21 10:02:14 UTC (rev 8661)
@@ -15,6 +15,9 @@
 \renewcommand{\server}[1]{\textit{#1}}
 \renewcommand{\sqltable}[1]{\textsf{\textbf{#1}}}
 \newcommand{\guilabel}[1]{\textsf{#1}}
+\newcommand{\dialog}[1]{
+\fcolorbox[rgb]{0.2,0.2,0.95}[rgb]{0.2,0.2,0.95}{%
+\textbf{\textcolor{white}{#1}}}}
 %
 \setlength{\shadowsize}{2pt}%
 \newcommand{\nix}[1]{Under GNU/Linix, #1}
@@ -210,6 +213,12 @@
 %Save As Default is a button that appears in the Layer Properties dialog.
 \item Button: \button{Save as Default}
 %
+%
+%Use \dialog for the title of a dialog box
+%such as the Layer Properties dialog.
+%Please use the exact title as it appears in the GUI.
+\item Dialog Box Title: \dialog{Layer Properties}
+%
 %Use \tab for clickable tabs which have no icons, just text
 %General is a tab that appears in the Layer Properties dialog.
 %At the moment, it looks just like \button, but that may change.



More information about the QGIS-commit mailing list