diff options
author | akir <akir> | 2004-10-21 10:46:21 (GMT) |
---|---|---|
committer | akir <akir> | 2004-10-21 10:46:21 (GMT) |
commit | 5136d4936eb22c2f9367e186305be91ad2630db0 (patch) | |
tree | 4fd1c12c248e27eedb263a05eb1a260f6c1521d9 /src/CommandDialog.hh | |
parent | 8086dd43dd2d56d765ecce2cddd7d984818ae055 (diff) | |
download | fluxbox-5136d4936eb22c2f9367e186305be91ad2630db0.zip fluxbox-5136d4936eb22c2f9367e186305be91ad2630db0.tar.bz2 |
removed unneeded code + some minor fix for mipspro
Diffstat (limited to 'src/CommandDialog.hh')
-rw-r--r-- | src/CommandDialog.hh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/CommandDialog.hh b/src/CommandDialog.hh index 9440866..2d3e9f2 100644 --- a/src/CommandDialog.hh +++ b/src/CommandDialog.hh | |||
@@ -20,7 +20,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: CommandDialog.hh,v 1.4 2004/10/06 19:02:03 akir Exp $ | 23 | // $Id: CommandDialog.hh,v 1.5 2004/10/21 10:46:21 akir Exp $ |
24 | 24 | ||
25 | #ifndef RUNCOMMANDDIALOG_HH | 25 | #ifndef RUNCOMMANDDIALOG_HH |
26 | #define RUNCOMMANDDIALOG_HH | 26 | #define RUNCOMMANDDIALOG_HH |
@@ -36,9 +36,8 @@ class BScreen; | |||
36 | 36 | ||
37 | class CommandDialog: public FbTk::FbWindow, public FbTk::EventHandler { | 37 | class CommandDialog: public FbTk::FbWindow, public FbTk::EventHandler { |
38 | public: | 38 | public: |
39 | CommandDialog(BScreen &screen, const std::string &title); | ||
40 | CommandDialog(BScreen &screen, const std::string &title, | 39 | CommandDialog(BScreen &screen, const std::string &title, |
41 | const std::string &pre_command); | 40 | const std::string pre_command = ""); |
42 | virtual ~CommandDialog(); | 41 | virtual ~CommandDialog(); |
43 | 42 | ||
44 | void setText(const std::string &text); | 43 | void setText(const std::string &text); |