[gnome-terminal] Replace deprecated mallard markup and namespace.



commit e2c1ecfa89bc4ffc342048372c08dd8daf2c2d28
Author: Baptiste Mille-Mathias <baptiste millemathias gmail com>
Date:   Thu Feb 6 21:07:39 2014 +0100

    Replace deprecated mallard markup and namespace.
    
    replace namespace experimental/ui/ with ui/1.0/ and value yes/no with
    true/false

 help/C/adv-keyboard-shortcuts.page |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/help/C/adv-keyboard-shortcuts.page b/help/C/adv-keyboard-shortcuts.page
index 5a0bdcb..dd189a1 100644
--- a/help/C/adv-keyboard-shortcuts.page
+++ b/help/C/adv-keyboard-shortcuts.page
@@ -1,5 +1,5 @@
 <page xmlns="http://projectmallard.org/1.0/";
-      xmlns:ui="http://projectmallard.org/experimental/ui/";
+      xmlns:ui="http://projectmallard.org/ui/1.0";
       type="task"
       id="adv-keyboard-shortcuts">
 
@@ -79,7 +79,7 @@
     <p>The default shortcuts for options under <gui style="menu">File</gui>
     menu are:</p>
 
-    <table rules="rows" frame="top bottom" ui:expanded="yes">
+    <table rules="rows" frame="top bottom" ui:expanded="true">
       <thead>
         <tr>
           <td><p>Action</p></td>
@@ -113,7 +113,7 @@
     <p>The default shortcuts for options under <gui style="menu">Edit</gui>
     menu are:</p>
 
-    <table rules="rows" frame="top bottom" ui:expanded="no">
+    <table rules="rows" frame="top bottom" ui:expanded="false">
       <thead>
         <tr>
           <td><p>Action</p></td>
@@ -139,7 +139,7 @@
     <p>The default shortcuts for options in the <gui style="menu">View</gui>
     menu are:</p>
 
-    <table rules="rows" frame="top bottom" ui:expanded="no">
+    <table rules="rows" frame="top bottom" ui:expanded="false">
       <thead>
         <tr>
           <td><p>Action</p></td>
@@ -172,7 +172,7 @@
 
     <p>The default shortcuts for working with tabs are:</p>
 
-    <table rules="rows" frame="top bottom" ui:expanded="no">
+    <table rules="rows" frame="top bottom" ui:expanded="false">
       <thead>
         <tr>
           <td><p>Action</p></td>
@@ -246,7 +246,7 @@
     <p>The default shortcuts for accessing items in the
     <gui style="menu">Help</gui> menu are:</p>
 
-    <table rules="rows" frame="top bottom" ui:expanded="no">
+    <table rules="rows" frame="top bottom" ui:expanded="false">
       <thead>
         <tr>
           <td><p>Action</p></td>
@@ -267,7 +267,7 @@
 
     <p>There are also some shortcuts that cannot be edited:</p>
 
-    <table rules="rows" frame="top bottom" ui:expanded="no">
+    <table rules="rows" frame="top bottom" ui:expanded="false">
       <thead>
         <tr>
           <td><p>Action</p></td>
@@ -300,7 +300,7 @@
     </comment>
     <p><app>Bash</app> shell specific keyboard shortcuts are:</p>
 
-    <table rules="rows" frame="top bottom" ui:expanded="no">
+    <table rules="rows" frame="top bottom" ui:expanded="false">
       <thead>
         <tr>
           <td><p>Action</p></td>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]