minor fix
This commit is contained in:
parent
2adf0b8cc2
commit
9ab2f6e29b
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: MenuCreator.cc,v 1.4 2004/05/03 15:38:26 fluxgen Exp $
|
||||
// $Id: MenuCreator.cc,v 1.5 2004/05/03 21:37:01 fluxgen Exp $
|
||||
|
||||
#include "MenuCreator.hh"
|
||||
|
||||
|
@ -340,7 +340,7 @@ FbTk::Menu *MenuCreator::createMenuType(const std::string &type, int screen_num)
|
|||
} else if (type == "workspacemenu") {
|
||||
return new WorkspaceMenu(*screen);
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool MenuCreator::createWindowMenuItem(const std::string &type,
|
||||
|
|
Loading…
Reference in a new issue