diff options
| author | Ted Gould <ted@gould.cx> | 2008-10-27 18:03:09 +0000 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2008-10-27 18:03:09 +0000 |
| commit | 7dbe11bc23efa5f51a9b84e7d0f6dd16e63e0902 (patch) | |
| tree | 7d3a2b95b84a03a19cb132cdf88bea0ab6dc4773 /src/ui/dialog/whiteboard-sharewithchat.cpp | |
| parent | Merging from trunk (diff) | |
| download | inkscape-7dbe11bc23efa5f51a9b84e7d0f6dd16e63e0902.tar.gz inkscape-7dbe11bc23efa5f51a9b84e7d0f6dd16e63e0902.zip | |
From trunk
(bzr r6885)
Diffstat (limited to 'src/ui/dialog/whiteboard-sharewithchat.cpp')
| -rw-r--r-- | src/ui/dialog/whiteboard-sharewithchat.cpp | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/src/ui/dialog/whiteboard-sharewithchat.cpp b/src/ui/dialog/whiteboard-sharewithchat.cpp index 4e9ea7abf..3315a7029 100644 --- a/src/ui/dialog/whiteboard-sharewithchat.cpp +++ b/src/ui/dialog/whiteboard-sharewithchat.cpp @@ -1,13 +1,15 @@ -/** - * @file - * @brief Whiteboard share with chatroom dialog - * - * Authors: - * David Yip <yipdw@rose-hulman.edu> - * Jason Segal, Jonas Collaros, Stephen Montgomery, Brandi Soggs, Matthew Weinstock (original C/Gtk version) +/** @file + * @brief Whiteboard share with chatroom dialog - implementation + */ +/* Authors: + * David Yip <yipdw@rose-hulman.edu> + * Jason Segal + * Jonas Collaros + * Stephen Montgomery + * Brandi Soggs + * Matthew Weinstock (original C/Gtk version) * * Copyright (c) 2004-2005 Authors - * * Released under GNU GPL, read the file 'COPYING' for more information */ @@ -82,9 +84,9 @@ WhiteboardShareWithChatroomDialogImpl::_construct() this->_labels[3].set_mnemonic_widget(this->_handle); Inkscape::Preferences *prefs = Inkscape::Preferences::get(); - this->_roomname.set_text(prefs->getString("whiteboard.room", "name")); - this->_confserver.set_text(prefs->getString("whiteboard.room", "server")); - this->_handle.set_text(prefs->getString("whiteboard.server", "username")); + this->_roomname.set_text(prefs->getString("/whiteboard/room/name")); + this->_confserver.set_text(prefs->getString("/whiteboard/room/server")); + this->_handle.set_text(prefs->getString("/whiteboard/server/username")); // Pack table this->_layout.attach(this->_labels[0], 0, 1, 0, 1); |
