diff options
author | Adam Moss <moss@lindenlab.com> | 2009-05-22 09:58:47 +0000 |
---|---|---|
committer | Adam Moss <moss@lindenlab.com> | 2009-05-22 09:58:47 +0000 |
commit | 9dfe0ca9a0228c4fa75c8a3e51840696cc6b4960 (patch) | |
tree | 3136e0a32cdcb1d55a4c3a5a67791ca128d947a5 /indra/newview/skins/default/xui/fr/floater_notifications_console.xml | |
parent | 93cf3d89e51835dd2f61c32b16191ab724528055 (diff) |
svn merge -r121194:121210
svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-1.23.onetwo-merge-1
QAR-1531 viewer 1.23rc1+1.23rc2 merge to trunk
Diffstat (limited to 'indra/newview/skins/default/xui/fr/floater_notifications_console.xml')
-rw-r--r-- | indra/newview/skins/default/xui/fr/floater_notifications_console.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/fr/floater_notifications_console.xml b/indra/newview/skins/default/xui/fr/floater_notifications_console.xml index f4c47b8e05..7262fe8fe2 100644 --- a/indra/newview/skins/default/xui/fr/floater_notifications_console.xml +++ b/indra/newview/skins/default/xui/fr/floater_notifications_console.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> <floater name="notifications_console" title="Console de notifications"> - <combo_box label="Sélectionner le type de notification" name="notification_types"/> - <button label="Ajouter" name="add_notification"/> + <combo_box label="Sélectionner le type de notification" name="notification_types" width="412"/> + <button label="Ajouter" name="add_notification" left="417" width="78"/> </floater> |