1 # Copyright (c) 2009 Paolo Capriotti <p.capriotti@gmail.com>
3 # This program is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; either version 2 of the License, or
6 # (at your option) any later version.
11 GUI = KDE::gui(:kaya) do |g|
13 mb.menu(:game, :text => KDE::i18n("&Game")) do |m|
20 m.group :file_extensions
25 mb.menu(:edit, :text => KDE::i18n("&Edit")) do |m|
30 mb.menu(:move, :text => KDE::i18n("&Move")) do |m|
37 m.group :game_extensions
39 m.action_list :game_actions
42 mb.menu(:viewMenu, :text => KDE::i18n("&View")) do |m|
44 m.action :toggle_console
45 m.action :toggle_history
48 mb.menu(:settings) do |m|
50 m.action :configure_engines
51 m.action :configure_themes
55 g.tool_bar(:main_toolbar, :text => KDE::i18n("&Main toolbar")) do |tb|
61 g.tool_bar(:edit_toolbar, :text => KDE::i18n("&Edit toolbar")) do |tb|
66 g.tool_bar(:move_toolbar, :text => KDE::i18n("Mo&ve Toolbar")) do |tb|