diff options
author | Alexander Baldeck <alexander@archlinux.org> | 2004-10-08 14:17:18 +0000 |
---|---|---|
committer | Alexander Baldeck <alexander@archlinux.org> | 2004-10-08 14:17:18 +0000 |
commit | 39aea9b8f0b2d32133da2310da90fddcd581839c (patch) | |
tree | cefebcb44f9a00646561ae6498d3c99903c518b8 /src | |
parent | aedeadb0158679c42c3e43ca1c1b10ef50397f34 (diff) | |
download | mana-39aea9b8f0b2d32133da2310da90fddcd581839c.tar.gz mana-39aea9b8f0b2d32133da2310da90fddcd581839c.tar.bz2 mana-39aea9b8f0b2d32133da2310da90fddcd581839c.tar.xz mana-39aea9b8f0b2d32133da2310da90fddcd581839c.zip |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/gui.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index e9227453..b69db97a 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -1580,4 +1580,6 @@ unsigned int yes_no(const char *title, const char *message) { show_mouse(NULL); gui_bitmap = temp; return ret-2; -}
\ No newline at end of file +} + + |